Html Css Color HEX #304FCE Cerulean Blue

📋 copy color: '#304FCE'

red 48 ◦ green 79 ◦ blue 206

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

Shades of Cerulean Blue #304FCE

Tints of Cerulean Blue #304FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 14.41%
G = 23.72%
B = 61.86%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304FCE (or 0x304FCE) is known color: Cerulean Blue. HEX triplet: 30, 4F and CE. RGB value is (48,79,206). Sum of RGB (Red+Green+Blue) = 48+79+206=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #304FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FCE is #CFB031. Grayscale: #535353. Windows color (decimal): -13611058 or 13520688. OLE color: 13520688.

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

Color convert

RGB 48 79 206 -
CMYK 0.77 0.62 0 0.19
HSL 228.23º 0.62% 0.5% -
HSV(B) 228.23º 0.77% 0.81% -
XYZ 15.16 10.68 59.65 -
YUV 84.21 196.73 102.17 -
System Red Green Blue C M Y K H S L
Decimal 48 79 206 0.77 0.62 0 0.19 228.23 0.62 0.5
Hex 30 4F CE 4D 3E 0 13 E4 3E 32
Octal 60 117 316 115 76 0 23 344 76 62
Binary 110000 1001111 11001110 1001101 111110 0 10011 11100100 111110 110010

Color Harmonies of #304FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FCE

Black with #304FCE

Text Example


Text Example

White with #304FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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