#395FB4

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

Shades of Cerulean Blue #395FB4

Tints of Cerulean Blue #395FB4

Color information

#395FB4 (or 0x395FB4) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5F and B4. RGB value is (57,95,180). Sum of RGB (Red+Green+Blue) = 57+95+180=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #395FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FB4 is #C6A04B. Grayscale: #5C5C5C. Windows color (decimal): -13017164 or 11820857. OLE color: 11820857.

HSL color Cylindrical-coordinate representation of color #395FB4: hue angle of 221.46º 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 #395FB4 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5795180-
CMYK0.680.4700.29
HSL221.46º51.9%46.47%-
HSV(B)221.46º68.33%70.59%-
XYZ14.0212.3544.82-
YUV93.33176.91102.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=17.17%
G=28.61%
B=54.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57951800.680.4700.29221.4651.946.47
Hex395FB4442F01Ddd342e
Octal71137264104570353356456
Binary111001101111110110100100010010111101110111011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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