#305FCF

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

Shades of Cerulean Blue #305FCF

Tints of Cerulean Blue #305FCF

Color information

#305FCF (or 0x305FCF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5F and CF. RGB value is (48,95,207). Sum of RGB (Red+Green+Blue) = 48+95+207=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #305FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FCF is #CFA030. Grayscale: #5D5D5D. Windows color (decimal): -13606961 or 13590320. OLE color: 13590320.

HSL color Cylindrical-coordinate representation of color #305FCF: hue angle of 222.26º 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 #305FCF is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4895207-
CMYK0.770.5400.19
HSL222.26º62.35%50%-
HSV(B)222.26º76.81%81.18%-
XYZ16.5713.3260.73-
YUV93.71191.9395.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 207 (81.25% from 255) = 59.14%
R=13.71%
G=27.14%
B=59.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal48952070.770.5400.19222.2662.3550
Hex305FCF4D36013de3e32
Octal60137317115660233367662
Binary110000101111111001111100110111011001001111011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305FCF; }

 p { color: rgb(48,95,207); }

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

<style>
 a { background-color: #305FCF; }

 a { background-color: rgb(48,95,207); }

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

<style>
 span { border-color: #305FCF; }

 span { border-color: rgb(48,95,207); }

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