#3741B2

Color #3741B2 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3741B2

Tints of Cerulean Blue #3741B2

Color information

#3741B2 (or 0x3741B2) is unknown color: approx Cerulean Blue. HEX triplet: 37, 41 and B2. RGB value is (55,65,178). Sum of RGB (Red+Green+Blue) = 55+65+178=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #3741B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3741B2 is #C8BE4D. Grayscale: #4A4A4A. Windows color (decimal): -13155918 or 11682103. OLE color: 11682103.

HSL color Cylindrical-coordinate representation of color #3741B2: hue angle of 235.12º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3741B2 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5565178-
CMYK0.690.6300.30
HSL235.12º52.79%45.69%-
HSV(B)235.12º69.1%69.8%-
XYZ11.57.8143.02-
YUV74.89186.19113.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 178 (69.92% from 255) = 59.73%
R=18.46%
G=21.81%
B=59.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal55651780.690.6300.30235.1252.7945.69
Hex3741B2453F01Eeb352e
Octal67101262105770363536556
Binary110111100000110110010100010111111101111011101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3741B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3741B2; }

 p { color: rgb(55,65,178); }

 H1.HeaderClassName
 {
   color: #3741B2;
 }
 .AnyTagClassName
 {
   color: #3741B2;
 }
</style>
background-color css

<style>
 a { background-color: #3741B2; }

 a { background-color: rgb(55,65,178); }

 div.DivClassName
 {
   background-color: #3741B2;
 }
 .BgClassName
 {
   background-color: #3741B2;
 }
</style>
border-color css

<style>
 span { border-color: #3741B2; }

 span { border-color: rgb(55,65,178); }

 td.TdClassName
 {
   border-color: #3741B2;
 }
 .TagClassName
 {
   border-color: #3741B2;
 }
</style>