#385962

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

Shades of Casal #385962

Tints of Casal #385962

Color information

#385962 (or 0x385962) is unknown color: approx Casal. HEX triplet: 38, 59 and 62. RGB value is (56,89,98). Sum of RGB (Red+Green+Blue) = 56+89+98=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #385962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385962 is #C7A69D. Grayscale: #505050. Windows color (decimal): -13084318 or 6445368. OLE color: 6445368.

HSL color Cylindrical-coordinate representation of color #385962: hue angle of 192.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385962 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB568998-
CMYK0.430.0900.62
HSL192.86º27.27%30.2%-
HSV(B)192.86º42.86%38.43%-
XYZ7.418.8712.88-
YUV80.16138.07110.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=23.05%
G=36.63%
B=40.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5689980.430.0900.62192.8627.2730.2
Hex3859622B903Ec11b1e
Octal7013114253110763013336
Binary1110001011001110001010101110010111110110000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385962; }

 p { color: rgb(56,89,98); }

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

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

 a { background-color: rgb(56,89,98); }

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

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

 span { border-color: rgb(56,89,98); }

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