#304FB8

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

Shades of Cerulean Blue #304FB8

Tints of Cerulean Blue #304FB8

Color information

#304FB8 (or 0x304FB8) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4F and B8. RGB value is (48,79,184). Sum of RGB (Red+Green+Blue) = 48+79+184=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #304FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FB8 is #CFB047. Grayscale: #515151. Windows color (decimal): -13611080 or 12078896. OLE color: 12078896.

HSL color Cylindrical-coordinate representation of color #304FB8: hue angle of 226.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304FB8 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4879184-
CMYK0.740.5700.28
HSL226.32º58.62%45.49%-
HSV(B)226.32º73.91%72.16%-
XYZ12.679.6846.55-
YUV81.7185.73103.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 184 (72.27% from 255) = 59.16%
R=15.43%
G=25.40%
B=59.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal48791840.740.5700.28226.3258.6245.49
Hex304FB84A3901Ce23b2d
Octal60117270112710343427355
Binary110000100111110111000100101011100101110011100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #304FB8;
 }
 .AnyTagClassName
 {
   color: #304FB8;
 }
</style>
background-color css

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

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

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

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

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

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