#305FCD

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

Shades of Cerulean Blue #305FCD

Tints of Cerulean Blue #305FCD

Color information

#305FCD (or 0x305FCD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5F and CD. RGB value is (48,95,205). Sum of RGB (Red+Green+Blue) = 48+95+205=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #305FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FCD is #CFA032. Grayscale: #5C5C5C. Windows color (decimal): -13606963 or 13459248. OLE color: 13459248.

HSL color Cylindrical-coordinate representation of color #305FCD: hue angle of 222.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305FCD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4895205-
CMYK0.770.5400.20
HSL222.04º62.06%49.61%-
HSV(B)222.04º76.59%80.39%-
XYZ16.3313.2259.45-
YUV93.49190.9395.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 95 (37.5% from 255) = 27.30%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=13.79%
G=27.30%
B=58.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal48952050.770.5400.20222.0462.0649.61
Hex305FCD4D36014de3e32
Octal60137315115660243367662
Binary110000101111111001101100110111011001010011011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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