Html Css Color HEX #385761 Casal

📋 copy color: '#385761'

red 56 ◦ green 87 ◦ blue 97

#385761
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #385761

Tints of Casal #385761

RGB

 RED value IS 56 (22.27% from 255) = 23.33%

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 23.33%
G = 36.25%
B = 40.42%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385761 (or 0x385761) is known color: Casal. HEX triplet: 38, 57 and 61. RGB value is (56,87,97). Sum of RGB (Red+Green+Blue) = 56+87+97=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #385761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385761 is #C7A89E. Grayscale: #4E4E4E. Windows color (decimal): -13084831 or 6379320. OLE color: 6379320.

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

Color convert

RGB 56 87 97 -
CMYK 0.42 0.10 0 0.62
HSL 194.63º 0.27% 0.3% -
HSV(B) 194.63º 0.42% 0.38% -
XYZ 7.2 8.52 12.57 -
YUV 78.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 56 87 97 0.42 0.10 0 0.62 194.63 0.27 0.3
Hex 38 57 61 2A A 0 3E C3 1B 1E
Octal 70 127 141 52 12 0 76 303 33 36
Binary 111000 1010111 1100001 101010 1010 0 111110 11000011 11011 11110

Color Harmonies of #385761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385761

Black with #385761

Text Example


Text Example

White with #385761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385761; }

 p { color: rgb(56,87,97); }

 H1.HeaderClassName
 {
   color: #385761;
 }
 .AnyTagClassName
 {
   color: #385761;
 }
</style>

background-color css

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

 a { background-color: rgb(56,87,97); }

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

border-color css

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

 span { border-color: rgb(56,87,97); }

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