Html Css Color HEX #304ECB Cerulean Blue

📋 copy color: '#304ECB'

red 48 ◦ green 78 ◦ blue 203

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

Shades of Cerulean Blue #304ECB

Tints of Cerulean Blue #304ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 14.59%
G = 23.71%
B = 61.7%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304ECB (or 0x304ECB) is known color: Cerulean Blue. HEX triplet: 30, 4E and CB. RGB value is (48,78,203). Sum of RGB (Red+Green+Blue) = 48+78+203=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #304ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304ECB is #CFB134. Grayscale: #525252. Windows color (decimal): -13611317 or 13323824. OLE color: 13323824.

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

Color convert

RGB 48 78 203 -
CMYK 0.76 0.62 0 0.20
HSL 228.39º 0.62% 0.49% -
HSV(B) 228.39º 0.76% 0.8% -
XYZ 14.72 10.39 57.73 -
YUV 83.28 195.56 102.84 -
System Red Green Blue C M Y K H S L
Decimal 48 78 203 0.76 0.62 0 0.20 228.39 0.62 0.49
Hex 30 4E CB 4C 3E 0 14 E4 3E 31
Octal 60 116 313 114 76 0 24 344 76 61
Binary 110000 1001110 11001011 1001100 111110 0 10100 11100100 111110 110001

Color Harmonies of #304ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ECB

Black with #304ECB

Text Example


Text Example

White with #304ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,203); }

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

background-color css

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

 a { background-color: rgb(48,78,203); }

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

border-color css

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

 span { border-color: rgb(48,78,203); }

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