Html Css Color HEX #304BCB Cerulean Blue

📋 copy color: '#304BCB'

red 48 ◦ green 75 ◦ blue 203

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

Shades of Cerulean Blue #304BCB

Tints of Cerulean Blue #304BCB

RGB

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

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

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

R = 14.72%
G = 23.01%
B = 62.27%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304BCB (or 0x304BCB) is known color: Cerulean Blue. HEX triplet: 30, 4B and CB. RGB value is (48,75,203). Sum of RGB (Red+Green+Blue) = 48+75+203=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #304BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BCB is #CFB434. Grayscale: #505050. Windows color (decimal): -13612085 or 13323056. OLE color: 13323056.

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

Color convert

RGB 48 75 203 -
CMYK 0.76 0.63 0 0.20
HSL 229.55º 0.62% 0.49% -
HSV(B) 229.55º 0.76% 0.8% -
XYZ 14.51 9.97 57.66 -
YUV 81.52 196.55 104.09 -
System Red Green Blue C M Y K H S L
Decimal 48 75 203 0.76 0.63 0 0.20 229.55 0.62 0.49
Hex 30 4B CB 4C 3F 0 14 E6 3E 31
Octal 60 113 313 114 77 0 24 346 76 61
Binary 110000 1001011 11001011 1001100 111111 0 10100 11100110 111110 110001

Color Harmonies of #304BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BCB

Black with #304BCB

Text Example


Text Example

White with #304BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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