Html Css Color HEX #304CCD Cerulean Blue

📋 copy color: '#304CCD'

red 48 ◦ green 76 ◦ blue 205

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

Shades of Cerulean Blue #304CCD

Tints of Cerulean Blue #304CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 14.59%
G = 23.1%
B = 62.31%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304CCD (or 0x304CCD) is known color: Cerulean Blue. HEX triplet: 30, 4C and CD. RGB value is (48,76,205). Sum of RGB (Red+Green+Blue) = 48+76+205=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #304CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CCD is #CFB332. Grayscale: #515151. Windows color (decimal): -13611827 or 13454384. OLE color: 13454384.

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

Color convert

RGB 48 76 205 -
CMYK 0.77 0.63 0 0.20
HSL 229.3º 0.62% 0.5% -
HSV(B) 229.3º 0.77% 0.8% -
XYZ 14.82 10.21 58.95 -
YUV 82.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 48 76 205 0.77 0.63 0 0.20 229.3 0.62 0.5
Hex 30 4C CD 4D 3F 0 14 E5 3E 32
Octal 60 114 315 115 77 0 24 345 76 62
Binary 110000 1001100 11001101 1001101 111111 0 10100 11100101 111110 110010

Color Harmonies of #304CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CCD

Black with #304CCD

Text Example


Text Example

White with #304CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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