#385C62

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

Shades of Casal #385C62

Tints of Casal #385C62

Color information

#385C62 (or 0x385C62) is unknown color: approx Casal. HEX triplet: 38, 5C and 62. RGB value is (56,92,98). Sum of RGB (Red+Green+Blue) = 56+92+98=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #385C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385C62 is #C7A39D. Grayscale: #515151. Windows color (decimal): -13083550 or 6446136. OLE color: 6446136.

HSL color Cylindrical-coordinate representation of color #385C62: hue angle of 188.57º 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 #385C62 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB569298-
CMYK0.430.0600.62
HSL188.57º27.27%30.2%-
HSV(B)188.57º42.86%38.43%-
XYZ7.669.3812.96-
YUV81.92137.07109.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=22.76%
G=37.40%
B=39.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5692980.430.0600.62188.5727.2730.2
Hex385C622B603Ebd1b1e
Octal701341425360762753336
Binary111000101110011000101010111100111110101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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