Html Css Color HEX #3942AC Cerulean Blue

📋 copy color: '#3942AC'

red 57 ◦ green 66 ◦ blue 172

#3942AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #3942AC

Tints of Cerulean Blue #3942AC

RGB

 RED value IS 57 (22.66% from 255) = 19.32%

 GREEN value IS 66 (26.17% from 255) = 22.37%

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 19.32%
G = 22.37%
B = 58.31%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3942AC (or 0x3942AC) is known color: Cerulean Blue. HEX triplet: 39, 42 and AC. RGB value is (57,66,172). Sum of RGB (Red+Green+Blue) = 57+66+172=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #3942AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3942AC is #C6BD53. Grayscale: #4A4A4A. Windows color (decimal): -13024596 or 11289145. OLE color: 11289145.

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

Color convert

RGB 57 66 172 -
CMYK 0.67 0.62 0 0.33
HSL 235.3º 0.5% 0.45% -
HSV(B) 235.3º 0.67% 0.67% -
XYZ 11.08 7.74 39.94 -
YUV 75.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 57 66 172 0.67 0.62 0 0.33 235.3 0.5 0.45
Hex 39 42 AC 43 3E 0 21 EB 32 2D
Octal 71 102 254 103 76 0 41 353 62 55
Binary 111001 1000010 10101100 1000011 111110 0 100001 11101011 110010 101101

Color Harmonies of #3942AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3942AC

Black with #3942AC

Text Example


Text Example

White with #3942AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3942AC;
 }
 .AnyTagClassName
 {
   color: #3942AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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