#395EB4

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

Shades of Cerulean Blue #395EB4

Tints of Cerulean Blue #395EB4

Color information

#395EB4 (or 0x395EB4) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5E and B4. RGB value is (57,94,180). Sum of RGB (Red+Green+Blue) = 57+94+180=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #395EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EB4 is #C6A14B. Grayscale: #5C5C5C. Windows color (decimal): -13017420 or 11820601. OLE color: 11820601.

HSL color Cylindrical-coordinate representation of color #395EB4: hue angle of 221.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #395EB4 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5794180-
CMYK0.680.4800.29
HSL221.95º51.9%46.47%-
HSV(B)221.95º68.33%70.59%-
XYZ13.9312.1744.8-
YUV92.74177.24102.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 180 (70.70% from 255) = 54.38%
R=17.22%
G=28.40%
B=54.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57941800.680.4800.29221.9551.946.47
Hex395EB4443001Dde342e
Octal71136264104600353366456
Binary111001101111010110100100010011000001110111011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395EB4; }

 p { color: rgb(57,94,180); }

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

<style>
 a { background-color: #395EB4; }

 a { background-color: rgb(57,94,180); }

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

<style>
 span { border-color: #395EB4; }

 span { border-color: rgb(57,94,180); }

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