Html Css Color HEX #3247C8 Cerulean Blue

📋 copy color: '#3247C8'

red 50 ◦ green 71 ◦ blue 200

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

Shades of Cerulean Blue #3247C8

Tints of Cerulean Blue #3247C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 62.31%

R = 15.58%
G = 22.12%
B = 62.31%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3247C8 (or 0x3247C8) is known color: Cerulean Blue. HEX triplet: 32, 47 and C8. RGB value is (50,71,200). Sum of RGB (Red+Green+Blue) = 50+71+200=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 200 (78.52% from 255 or 62.31% from 321); Max value from RGB is 200 - color contains mainly: blue. Hex color #3247C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3247C8 is #CDB837. Grayscale: #4E4E4E. Windows color (decimal): -13482040 or 13125426. OLE color: 13125426.

HSL color Cylindrical-coordinate representation of color #3247C8: hue angle of 231.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3247C8 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 71 200 -
CMYK 0.75 0.64 0 0.22
HSL 231.6º 0.6% 0.49% -
HSV(B) 231.6º 0.75% 0.78% -
XYZ 13.99 9.35 55.71 -
YUV 79.43 196.04 107.01 -
System Red Green Blue C M Y K H S L
Decimal 50 71 200 0.75 0.64 0 0.22 231.6 0.6 0.49
Hex 32 47 C8 4B 40 0 16 E8 3C 31
Octal 62 107 310 113 100 0 26 350 74 61
Binary 110010 1000111 11001000 1001011 1000000 0 10110 11101000 111100 110001

Color Harmonies of #3247C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3247C8

Black with #3247C8

Text Example


Text Example

White with #3247C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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