#305FB3

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

Shades of Cerulean Blue #305FB3

Tints of Cerulean Blue #305FB3

Color information

#305FB3 (or 0x305FB3) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5F and B3. RGB value is (48,95,179). Sum of RGB (Red+Green+Blue) = 48+95+179=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #305FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FB3 is #CFA04C. Grayscale: #5A5A5A. Windows color (decimal): -13606989 or 11755312. OLE color: 11755312.

HSL color Cylindrical-coordinate representation of color #305FB3: hue angle of 218.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305FB3 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4895179-
CMYK0.730.4700.30
HSL218.47º57.71%44.51%-
HSV(B)218.47º73.18%70.2%-
XYZ13.4512.0744.27-
YUV90.52177.9397.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 95 (37.5% from 255) = 29.50%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=14.91%
G=29.50%
B=55.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48951790.730.4700.30218.4757.7144.51
Hex305FB3492F01Eda3a2d
Octal60137263111570363327255
Binary110000101111110110011100100110111101111011011010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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