#385862

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

Shades of Casal #385862

Tints of Casal #385862

Color information

#385862 (or 0x385862) is unknown color: approx Casal. HEX triplet: 38, 58 and 62. RGB value is (56,88,98). Sum of RGB (Red+Green+Blue) = 56+88+98=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #385862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385862 is #C7A79D. Grayscale: #4F4F4F. Windows color (decimal): -13084574 or 6445112. OLE color: 6445112.

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

Color convert

RGB568898-
CMYK0.430.1000.62
HSL194.29º27.27%30.2%-
HSV(B)194.29º42.86%38.43%-
XYZ7.338.712.85-
YUV79.57138.4111.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=23.14%
G=36.36%
B=40.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5688980.430.1000.62194.2927.2730.2
Hex3858622BA03Ec21b1e
Octal7013014253120763023336
Binary1110001011000110001010101110100111110110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385862; }

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

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

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

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

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

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

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

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