#304FCE

Color #304FCE Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #304FCE

Tints of Cerulean Blue #304FCE

Color information

#304FCE (or 0x304FCE) is unknown color: approx 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

RGB4879206-
CMYK0.770.6200.19
HSL228.23º62.2%49.8%-
HSV(B)228.23º76.7%80.78%-
XYZ15.1610.6859.65-
YUV84.21196.73102.17-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48792060.770.6200.19228.2362.249.8
Hex304FCE4D3E013e43e32
Octal60117316115760233447662
Binary110000100111111001110100110111111001001111100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>