Html Css Color HEX #38525E Casal

📋 copy color: '#38525E'

red 56 ◦ green 82 ◦ blue 94

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

Shades of Casal #38525E

Tints of Casal #38525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 24.14%
G = 35.34%
B = 40.52%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38525E (or 0x38525E) is known color: Casal. HEX triplet: 38, 52 and 5E. RGB value is (56,82,94). Sum of RGB (Red+Green+Blue) = 56+82+94=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #38525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38525E is #C7ADA1. Grayscale: #4B4B4B. Windows color (decimal): -13086114 or 6181432. OLE color: 6181432.

HSL color Cylindrical-coordinate representation of color #38525E: hue angle of 198.95º 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 #38525E is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 82 94 -
CMYK 0.40 0.13 0 0.63
HSL 198.95º 0.25% 0.29% -
HSV(B) 198.95º 0.4% 0.37% -
XYZ 6.67 7.68 11.72 -
YUV 75.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 56 82 94 0.40 0.13 0 0.63 198.95 0.25 0.29
Hex 38 52 5E 28 D 0 3F C7 19 1D
Octal 70 122 136 50 15 0 77 307 31 35
Binary 111000 1010010 1011110 101000 1101 0 111111 11000111 11001 11101

Color Harmonies of #38525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38525E

Black with #38525E

Text Example


Text Example

White with #38525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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