#306ABC

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

Shades of Cerulean Blue #306ABC

Tints of Cerulean Blue #306ABC

Color information

#306ABC (or 0x306ABC) is unknown color: approx Cerulean Blue. HEX triplet: 30, 6A and BC. RGB value is (48,106,188). Sum of RGB (Red+Green+Blue) = 48+106+188=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #306ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306ABC is #CF9543. Grayscale: #616161. Windows color (decimal): -13604164 or 12347952. OLE color: 12347952.

HSL color Cylindrical-coordinate representation of color #306ABC: hue angle of 215.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #306ABC is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48106188-
CMYK0.740.4400.26
HSL215.14º59.32%46.27%-
HSV(B)215.14º74.47%73.73%-
XYZ15.4514.5749.57-
YUV98.01178.7892.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 188 (73.83% from 255) = 54.97%
R=14.04%
G=30.99%
B=54.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481061880.740.4400.26215.1459.3246.27
Hex306ABC4A2C01Ad73b2e
Octal60152274112540323277356
Binary110000110101010111100100101010110001101011010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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