#306ABF

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

Shades of Cerulean Blue #306ABF

Tints of Cerulean Blue #306ABF

Color information

#306ABF (or 0x306ABF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 6A and BF. RGB value is (48,106,191). Sum of RGB (Red+Green+Blue) = 48+106+191=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #306ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ABF is #CF9540. Grayscale: #616161. Windows color (decimal): -13604161 or 12544560. OLE color: 12544560.

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

Color convert

RGB48106191-
CMYK0.750.4500.25
HSL215.66º59.83%46.86%-
HSV(B)215.66º74.87%74.9%-
XYZ15.7814.751.3-
YUV98.35180.2892.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 191 (75% from 255) = 55.36%
R=13.91%
G=30.72%
B=55.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481061910.750.4500.25215.6659.8346.86
Hex306ABF4B2D019d83c2f
Octal60152277113550313307457
Binary110000110101010111111100101110110101100111011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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