#385B62

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

Shades of Casal #385B62

Tints of Casal #385B62

Color information

#385B62 (or 0x385B62) is unknown color: approx Casal. HEX triplet: 38, 5B and 62. RGB value is (56,91,98). Sum of RGB (Red+Green+Blue) = 56+91+98=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #385B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385B62 is #C7A49D. Grayscale: #515151. Windows color (decimal): -13083806 or 6445880. OLE color: 6445880.

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

Color convert

RGB569198-
CMYK0.430.0700.62
HSL190º27.27%30.2%-
HSV(B)190º42.86%38.43%-
XYZ7.589.212.93-
YUV81.33137.4109.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 91 (35.94% from 255) = 37.14%
BLUE value IS 98 (38.67% from 255) = 40%
R=22.86%
G=37.14%
B=40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5691980.430.0700.6219027.2730.2
Hex385B622B703Ebe1b1e
Octal701331425370762763336
Binary111000101101111000101010111110111110101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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