Html Css Color HEX #304CCC Cerulean Blue

📋 copy color: '#304CCC'

red 48 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #304CCC

Tints of Cerulean Blue #304CCC

RGB

 RED value IS 48 (19.14% from 255) = 14.63%

 GREEN value IS 76 (30.08% from 255) = 23.17%

 BLUE value IS 204 (80.08% from 255) = 62.2%

R = 14.63%
G = 23.17%
B = 62.2%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#304CCC (or 0x304CCC) is known color: Cerulean Blue. HEX triplet: 30, 4C and CC. RGB value is (48,76,204). Sum of RGB (Red+Green+Blue) = 48+76+204=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #304CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CCC is #CFB333. Grayscale: #515151. Windows color (decimal): -13611828 or 13388848. OLE color: 13388848.

HSL color Cylindrical-coordinate representation of color #304CCC: hue angle of 229.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304CCC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 76 204 -
CMYK 0.76 0.63 0 0.2
HSL 229.23º 0.62% 0.49% -
HSV(B) 229.23º 0.76% 0.8% -
XYZ 14.7 10.16 58.31 -
YUV 82.22 196.72 103.59 -
System Red Green Blue C M Y K H S L
Decimal 48 76 204 0.76 0.63 0 0.2 229.23 0.62 0.49
Hex 30 4C CC 4C 3F 0 14 E5 3E 31
Octal 60 114 314 114 77 0 24 345 76 61
Binary 110000 1001100 11001100 1001100 111111 0 10100 11100101 111110 110001

Color Harmonies of #304CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CCC

Black with #304CCC

Text Example


Text Example

White with #304CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304CCC; }

 p { color: rgb(48,76,204); }

 H1.HeaderClassName
 {
   color: #304CCC;
 }
 .AnyTagClassName
 {
   color: #304CCC;
 }
</style>

background-color css

<style>
 a { background-color: #304CCC; }

 a { background-color: rgb(48,76,204); }

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

border-color css

<style>
 span { border-color: #304CCC; }

 span { border-color: rgb(48,76,204); }

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