Html Css Color HEX #3247A6 Cerulean Blue

📋 copy color: '#3247A6'

red 50 ◦ green 71 ◦ blue 166

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

Shades of Cerulean Blue #3247A6

Tints of Cerulean Blue #3247A6

RGB

 RED value IS 50 (19.92% from 255) = 17.42%

 GREEN value IS 71 (28.13% from 255) = 24.74%

 BLUE value IS 166 (65.23% from 255) = 57.84%

R = 17.42%
G = 24.74%
B = 57.84%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3247A6 (or 0x3247A6) is known color: Cerulean Blue. HEX triplet: 32, 47 and A6. RGB value is (50,71,166). Sum of RGB (Red+Green+Blue) = 50+71+166=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #3247A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3247A6 is #CDB859. Grayscale: #4B4B4B. Windows color (decimal): -13482074 or 10897202. OLE color: 10897202.

HSL color Cylindrical-coordinate representation of color #3247A6: hue angle of 229.14º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3247A6 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 71 166 -
CMYK 0.70 0.57 0 0.35
HSL 229.14º 0.54% 0.42% -
HSV(B) 229.14º 0.7% 0.65% -
XYZ 10.45 7.94 37.06 -
YUV 75.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 50 71 166 0.70 0.57 0 0.35 229.14 0.54 0.42
Hex 32 47 A6 46 39 0 23 E5 36 2A
Octal 62 107 246 106 71 0 43 345 66 52
Binary 110010 1000111 10100110 1000110 111001 0 100011 11100101 110110 101010

Color Harmonies of #3247A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3247A6

Black with #3247A6

Text Example


Text Example

White with #3247A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3247A6; }

 p { color: rgb(50,71,166); }

 H1.HeaderClassName
 {
   color: #3247A6;
 }
 .AnyTagClassName
 {
   color: #3247A6;
 }
</style>

background-color css

<style>
 a { background-color: #3247A6; }

 a { background-color: rgb(50,71,166); }

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

border-color css

<style>
 span { border-color: #3247A6; }

 span { border-color: rgb(50,71,166); }

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