Html Css Color HEX #304BCC Cerulean Blue

📋 copy color: '#304BCC'

red 48 ◦ green 75 ◦ blue 204

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

Shades of Cerulean Blue #304BCC

Tints of Cerulean Blue #304BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

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

R = 14.68%
G = 22.94%
B = 62.39%

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

#304BCC (or 0x304BCC) is known color: Cerulean Blue. HEX triplet: 30, 4B and CC. RGB value is (48,75,204). Sum of RGB (Red+Green+Blue) = 48+75+204=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #304BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BCC is #CFB433. Grayscale: #515151. Windows color (decimal): -13612084 or 13388592. OLE color: 13388592.

HSL color Cylindrical-coordinate representation of color #304BCC: hue angle of 229.62º 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 #304BCC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 75 204 -
CMYK 0.76 0.63 0 0.2
HSL 229.62º 0.62% 0.49% -
HSV(B) 229.62º 0.76% 0.8% -
XYZ 14.63 10.02 58.29 -
YUV 81.63 197.05 104.01 -
System Red Green Blue C M Y K H S L
Decimal 48 75 204 0.76 0.63 0 0.2 229.62 0.62 0.49
Hex 30 4B CC 4C 3F 0 14 E6 3E 31
Octal 60 113 314 114 77 0 24 346 76 61
Binary 110000 1001011 11001100 1001100 111111 0 10100 11100110 111110 110001

Color Harmonies of #304BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BCC

Black with #304BCC

Text Example


Text Example

White with #304BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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