#385D66

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

Shades of Casal #385D66

Tints of Casal #385D66

Color information

#385D66 (or 0x385D66) is unknown color: approx Casal. HEX triplet: 38, 5D and 66. RGB value is (56,93,102). Sum of RGB (Red+Green+Blue) = 56+93+102=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #385D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385D66 is #C7A299. Grayscale: #525252. Windows color (decimal): -13083290 or 6708536. OLE color: 6708536.

HSL color Cylindrical-coordinate representation of color #385D66: hue angle of 191.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #385D66 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5693102-
CMYK0.450.0900.6
HSL191.74º29.11%30.98%-
HSV(B)191.74º45.1%40%-
XYZ7.949.6314.01-
YUV82.96138.74108.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=22.31%
G=37.05%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56931020.450.0900.6191.7429.1130.98
Hex385D662D903Cc01d1f
Octal7013514655110743003537
Binary1110001011101110011010110110010111100110000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,93,102); }

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

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

 a { background-color: rgb(56,93,102); }

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

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

 span { border-color: rgb(56,93,102); }

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