#304fc0

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

Shades of Cerulean Blue #304FC0

Tints of Cerulean Blue #304FC0

Color information

#304FC0 (or 0x304FC0) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4F and C0. RGB value is (48,79,192). Sum of RGB (Red+Green+Blue) = 48+79+192=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #304FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FC0 is #CFB03F. Grayscale: #525252. Windows color (decimal): -13611072 or 12603184. OLE color: 12603184.

HSL color Cylindrical-coordinate representation of color #304FC0: hue angle of 227.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304FC0 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4879192-
CMYK0.750.5900.25
HSL227.08º60%47.06%-
HSV(B)227.08º75%75.29%-
XYZ13.5310.0351.09-
YUV82.61189.73103.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 79 (31.25% from 255) = 24.76%
BLUE value IS 192 (75.39% from 255) = 60.19%
R=15.05%
G=24.76%
B=60.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48791920.750.5900.25227.086047.06
Hex304FC04B3B019e33c2f
Octal60117300113730313437457
Binary110000100111111000000100101111101101100111100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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