#3845AF

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

Shades of Cerulean Blue #3845AF

Tints of Cerulean Blue #3845AF

Color information

#3845AF (or 0x3845AF) is unknown color: approx Cerulean Blue. HEX triplet: 38, 45 and AF. RGB value is (56,69,175). Sum of RGB (Red+Green+Blue) = 56+69+175=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #3845AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3845AF is #C7BA50. Grayscale: #4C4C4C. Windows color (decimal): -13089361 or 11486520. OLE color: 11486520.

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

Color convert

RGB5669175-
CMYK0.680.6100.31
HSL233.45º51.52%45.29%-
HSV(B)233.45º68%68.63%-
XYZ11.58.1941.53-
YUV77.2183.19112.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 175 (68.75% from 255) = 58.33%
R=18.67%
G=23%
B=58.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56691750.680.6100.31233.4551.5245.29
Hex3845AF443D01Fe9342d
Octal70105257104750373516455
Binary111000100010110101111100010011110101111111101001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3845AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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