#3055AF

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

Shades of Cerulean Blue #3055AF

Tints of Cerulean Blue #3055AF

Color information

#3055AF (or 0x3055AF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 55 and AF. RGB value is (48,85,175). Sum of RGB (Red+Green+Blue) = 48+85+175=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #3055AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3055AF is #CFAA50. Grayscale: #535353. Windows color (decimal): -13609553 or 11490608. OLE color: 11490608.

HSL color Cylindrical-coordinate representation of color #3055AF: hue angle of 222.52º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3055AF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4885175-
CMYK0.730.5100.31
HSL222.52º56.95%43.73%-
HSV(B)222.52º72.57%68.63%-
XYZ12.2110.2241.89-
YUV84.2179.24102.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=15.58%
G=27.60%
B=56.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48851750.730.5100.31222.5256.9543.73
Hex3055AF493301Fdf392c
Octal60125257111630373377154
Binary110000101010110101111100100111001101111111011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3055AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3055AF; }

 p { color: rgb(48,85,175); }

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

<style>
 a { background-color: #3055AF; }

 a { background-color: rgb(48,85,175); }

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

<style>
 span { border-color: #3055AF; }

 span { border-color: rgb(48,85,175); }

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