#305ABF

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

Shades of Cerulean Blue #305ABF

Tints of Cerulean Blue #305ABF

Color information

#305ABF (or 0x305ABF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5A and BF. RGB value is (48,90,191). Sum of RGB (Red+Green+Blue) = 48+90+191=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #305ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ABF is #CFA540. Grayscale: #585858. Windows color (decimal): -13608257 or 12540464. OLE color: 12540464.

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

Color convert

RGB4890191-
CMYK0.750.5300.25
HSL222.38º59.83%46.86%-
HSV(B)222.38º74.87%74.9%-
XYZ14.2811.750.8-
YUV88.96185.5998.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 191 (75% from 255) = 58.05%
R=14.59%
G=27.36%
B=58.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48901910.750.5300.25222.3859.8346.86
Hex305ABF4B35019de3c2f
Octal60132277113650313367457
Binary110000101101010111111100101111010101100111011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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