#38515A

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

Shades of Casal #38515A

Tints of Casal #38515A

Color information

#38515A (or 0x38515A) is unknown color: approx Casal. HEX triplet: 38, 51 and 5A. RGB value is (56,81,90). Sum of RGB (Red+Green+Blue) = 56+81+90=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #38515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38515A is #C7AEA5. Grayscale: #4A4A4A. Windows color (decimal): -13086374 or 5919032. OLE color: 5919032.

HSL color Cylindrical-coordinate representation of color #38515A: hue angle of 195.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38515A is Cyan = 0.38, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB568190-
CMYK0.380.100.65
HSL195.88º23.29%28.63%-
HSV(B)195.88º37.78%35.29%-
XYZ6.427.4610.78-
YUV74.55136.72114.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=24.67%
G=35.68%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5681900.380.100.65195.8823.2928.63
Hex38515A26A041c4171d
Octal70121132461201013042735
Binary11100010100011011010100110101001000001110001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38515A; }

 p { color: rgb(56,81,90); }

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

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

 a { background-color: rgb(56,81,90); }

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

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

 span { border-color: rgb(56,81,90); }

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