#3852AF

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

Shades of Cerulean Blue #3852AF

Tints of Cerulean Blue #3852AF

Color information

#3852AF (or 0x3852AF) is unknown color: approx Cerulean Blue. HEX triplet: 38, 52 and AF. RGB value is (56,82,175). Sum of RGB (Red+Green+Blue) = 56+82+175=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3852AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3852AF is #C7AD50. Grayscale: #545454. Windows color (decimal): -13086033 or 11489848. OLE color: 11489848.

HSL color Cylindrical-coordinate representation of color #3852AF: hue angle of 226.89º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3852AF is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5682175-
CMYK0.680.5300.31
HSL226.89º51.52%45.29%-
HSV(B)226.89º68%68.63%-
XYZ12.399.9741.83-
YUV84.83178.89107.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=17.89%
G=26.20%
B=55.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56821750.680.5300.31226.8951.5245.29
Hex3852AF443501Fe3342d
Octal70122257104650373436455
Binary111000101001010101111100010011010101111111100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3852AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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