#385FB7

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

Shades of Cerulean Blue #385FB7

Tints of Cerulean Blue #385FB7

Color information

#385FB7 (or 0x385FB7) is unknown color: approx Cerulean Blue. HEX triplet: 38, 5F and B7. RGB value is (56,95,183). Sum of RGB (Red+Green+Blue) = 56+95+183=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #385FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FB7 is #C7A048. Grayscale: #5C5C5C. Windows color (decimal): -13082697 or 12017464. OLE color: 12017464.

HSL color Cylindrical-coordinate representation of color #385FB7: hue angle of 221.57º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385FB7 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5695183-
CMYK0.690.4800.28
HSL221.57º53.14%46.86%-
HSV(B)221.57º69.4%71.76%-
XYZ14.2712.4446.45-
YUV93.37178.58101.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=16.77%
G=28.44%
B=54.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal56951830.690.4800.28221.5753.1446.86
Hex385FB7453001Cde352f
Octal70137267105600343366557
Binary111000101111110110111100010111000001110011011110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385FB7; }

 p { color: rgb(56,95,183); }

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

<style>
 a { background-color: #385FB7; }

 a { background-color: rgb(56,95,183); }

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

<style>
 span { border-color: #385FB7; }

 span { border-color: rgb(56,95,183); }

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