#305FBA

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

Shades of Cerulean Blue #305FBA

Tints of Cerulean Blue #305FBA

Color information

#305FBA (or 0x305FBA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 5F and BA. RGB value is (48,95,186). Sum of RGB (Red+Green+Blue) = 48+95+186=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #305FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FBA is #CFA045. Grayscale: #5A5A5A. Windows color (decimal): -13606982 or 12214064. OLE color: 12214064.

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

Color convert

RGB4895186-
CMYK0.740.4900.27
HSL219.57º58.97%45.88%-
HSV(B)219.57º74.19%72.94%-
XYZ14.1712.3648.09-
YUV91.32181.4397.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=14.59%
G=28.88%
B=56.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48951860.740.4900.27219.5758.9745.88
Hex305FBA4A3101Bdc3b2e
Octal60137272112610333347356
Binary110000101111110111010100101011000101101111011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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