#38525E

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

Shades of Casal #38525E

Tints of Casal #38525E

Color information

#38525E (or 0x38525E) is unknown color: approx 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

RGB568294-
CMYK0.400.1300.63
HSL198.95º25.33%29.41%-
HSV(B)198.95º40.43%36.86%-
XYZ6.677.6811.72-
YUV75.59138.39114.02-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5682940.400.1300.63198.9525.3329.41
Hex38525E28D03Fc7191d
Octal7012213650150773073135
Binary1110001010010101111010100011010111111110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>