#3052af

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

Shades of Cerulean Blue #3052AF

Tints of Cerulean Blue #3052AF

Color information

#3052AF (or 0x3052AF) is unknown color: approx Cerulean Blue. HEX triplet: 30, 52 and AF. RGB value is (48,82,175). Sum of RGB (Red+Green+Blue) = 48+82+175=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #3052AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3052AF is #CFAD50. Grayscale: #525252. Windows color (decimal): -13610321 or 11489840. OLE color: 11489840.

HSL color Cylindrical-coordinate representation of color #3052AF: hue angle of 223.94º 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 #3052AF is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4882175-
CMYK0.730.5300.31
HSL223.94º56.95%43.73%-
HSV(B)223.94º72.57%68.63%-
XYZ11.979.7641.81-
YUV82.44180.24103.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 175 (68.75% from 255) = 57.38%
R=15.74%
G=26.89%
B=57.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48821750.730.5300.31223.9456.9543.73
Hex3052AF493501Fe0392c
Octal60122257111650373407154
Binary110000101001010101111100100111010101111111100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3052af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3052af; }

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

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

<style>
 a { background-color: #3052af; }

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

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

<style>
 span { border-color: #3052af; }

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

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