Html Css Color HEX #304DCD Cerulean Blue

📋 copy color: '#304DCD'

red 48 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #304DCD

Tints of Cerulean Blue #304DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

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

R = 14.55%
G = 23.33%
B = 62.12%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304DCD (or 0x304DCD) is known color: Cerulean Blue. HEX triplet: 30, 4D and CD. RGB value is (48,77,205). Sum of RGB (Red+Green+Blue) = 48+77+205=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #304DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DCD is #CFB232. Grayscale: #525252. Windows color (decimal): -13611571 or 13454640. OLE color: 13454640.

HSL color Cylindrical-coordinate representation of color #304DCD: hue angle of 228.92º 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 #304DCD is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 77 205 -
CMYK 0.77 0.62 0 0.20
HSL 228.92º 0.62% 0.5% -
HSV(B) 228.92º 0.77% 0.8% -
XYZ 14.89 10.34 58.97 -
YUV 82.92 196.89 103.09 -
System Red Green Blue C M Y K H S L
Decimal 48 77 205 0.77 0.62 0 0.20 228.92 0.62 0.5
Hex 30 4D CD 4D 3E 0 14 E5 3E 32
Octal 60 115 315 115 76 0 24 345 76 62
Binary 110000 1001101 11001101 1001101 111110 0 10100 11100101 111110 110010

Color Harmonies of #304DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DCD

Black with #304DCD

Text Example


Text Example

White with #304DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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