#3742AC

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

Shades of Cerulean Blue #3742AC

Tints of Cerulean Blue #3742AC

Color information

#3742AC (or 0x3742AC) is unknown color: approx Cerulean Blue. HEX triplet: 37, 42 and AC. RGB value is (55,66,172). Sum of RGB (Red+Green+Blue) = 55+66+172=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3742AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3742AC is #C8BD53. Grayscale: #4A4A4A. Windows color (decimal): -13155668 or 11289143. OLE color: 11289143.

HSL color Cylindrical-coordinate representation of color #3742AC: hue angle of 234.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3742AC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5566172-
CMYK0.680.6200.33
HSL234.36º51.54%44.51%-
HSV(B)234.36º68.02%67.45%-
XYZ10.977.6939.94-
YUV74.8182.86113.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.77%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 172 (67.58% from 255) = 58.70%
R=18.77%
G=22.53%
B=58.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal55661720.680.6200.33234.3651.5444.51
Hex3742AC443E021ea342d
Octal67102254104760413526455
Binary1101111000010101011001000100111110010000111101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3742AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3742AC; }

 p { color: rgb(55,66,172); }

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

<style>
 a { background-color: #3742AC; }

 a { background-color: rgb(55,66,172); }

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

<style>
 span { border-color: #3742AC; }

 span { border-color: rgb(55,66,172); }

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