#305DBC

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

Shades of Cerulean Blue #305DBC

Tints of Cerulean Blue #305DBC

Color information

#305DBC (or 0x305DBC) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5D and BC. RGB value is (48,93,188). Sum of RGB (Red+Green+Blue) = 48+93+188=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #305DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DBC is #CFA243. Grayscale: #595959. Windows color (decimal): -13607492 or 12344624. OLE color: 12344624.

HSL color Cylindrical-coordinate representation of color #305DBC: hue angle of 220.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305DBC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4893188-
CMYK0.740.5100.26
HSL220.71º59.32%46.27%-
HSV(B)220.71º74.47%73.73%-
XYZ14.2112.0949.16-
YUV90.38183.0997.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=14.59%
G=28.27%
B=57.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48931880.740.5100.26220.7159.3246.27
Hex305DBC4A3301Add3b2e
Octal60135274112630323357356
Binary110000101110110111100100101011001101101011011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,93,188); }

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

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

 a { background-color: rgb(48,93,188); }

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

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

 span { border-color: rgb(48,93,188); }

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