Html Css Color HEX #304FCB Cerulean Blue

📋 copy color: '#304FCB'

red 48 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #304FCB

Tints of Cerulean Blue #304FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

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

R = 14.55%
G = 23.94%
B = 61.52%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#304FCB (or 0x304FCB) is known color: Cerulean Blue. HEX triplet: 30, 4F and CB. RGB value is (48,79,203). Sum of RGB (Red+Green+Blue) = 48+79+203=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #304FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FCB is #CFB034. Grayscale: #535353. Windows color (decimal): -13611061 or 13324080. OLE color: 13324080.

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

Color convert

RGB 48 79 203 -
CMYK 0.76 0.61 0 0.20
HSL 228º 0.62% 0.49% -
HSV(B) 228º 0.76% 0.8% -
XYZ 14.79 10.53 57.75 -
YUV 83.87 195.23 102.42 -
System Red Green Blue C M Y K H S L
Decimal 48 79 203 0.76 0.61 0 0.20 228 0.62 0.49
Hex 30 4F CB 4C 3D 0 14 E4 3E 31
Octal 60 117 313 114 75 0 24 344 76 61
Binary 110000 1001111 11001011 1001100 111101 0 10100 11100100 111110 110001

Color Harmonies of #304FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FCB

Black with #304FCB

Text Example


Text Example

White with #304FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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