#305CBF

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

Shades of Cerulean Blue #305CBF

Tints of Cerulean Blue #305CBF

Color information

#305CBF (or 0x305CBF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5C and BF. RGB value is (48,92,191). Sum of RGB (Red+Green+Blue) = 48+92+191=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #305CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CBF is #CFA340. Grayscale: #595959. Windows color (decimal): -13607745 or 12540976. OLE color: 12540976.

HSL color Cylindrical-coordinate representation of color #305CBF: hue angle of 221.54º 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 #305CBF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4892191-
CMYK0.750.5200.25
HSL221.54º59.83%46.86%-
HSV(B)221.54º74.87%74.9%-
XYZ14.4512.0450.85-
YUV90.13184.9297.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 191 (75% from 255) = 57.70%
R=14.50%
G=27.79%
B=57.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48921910.750.5200.25221.5459.8346.86
Hex305CBF4B34019de3c2f
Octal60134277113640313367457
Binary110000101110010111111100101111010001100111011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,92,191); }

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

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

 a { background-color: rgb(48,92,191); }

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

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

 span { border-color: rgb(48,92,191); }

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