Html Css Color HEX #38565E Casal

📋 copy color: '#38565E'

red 56 ◦ green 86 ◦ blue 94

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

Shades of Casal #38565E

Tints of Casal #38565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.44%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 23.73%
G = 36.44%
B = 39.83%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38565E (or 0x38565E) is known color: Casal. HEX triplet: 38, 56 and 5E. RGB value is (56,86,94). Sum of RGB (Red+Green+Blue) = 56+86+94=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #38565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38565E is #C7A9A1. Grayscale: #4D4D4D. Windows color (decimal): -13085090 or 6182456. OLE color: 6182456.

HSL color Cylindrical-coordinate representation of color #38565E: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38565E is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 86 94 -
CMYK 0.40 0.09 0 0.63
HSL 192.63º 0.25% 0.29% -
HSV(B) 192.63º 0.4% 0.37% -
XYZ 6.98 8.3 11.82 -
YUV 77.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 56 86 94 0.40 0.09 0 0.63 192.63 0.25 0.29
Hex 38 56 5E 28 9 0 3F C1 19 1D
Octal 70 126 136 50 11 0 77 301 31 35
Binary 111000 1010110 1011110 101000 1001 0 111111 11000001 11001 11101

Color Harmonies of #38565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38565E

Black with #38565E

Text Example


Text Example

White with #38565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38565E; }

 p { color: rgb(56,86,94); }

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

background-color css

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

 a { background-color: rgb(56,86,94); }

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

border-color css

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

 span { border-color: rgb(56,86,94); }

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