#38555D

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

Shades of Casal #38555D

Tints of Casal #38555D

Color information

#38555D (or 0x38555D) is unknown color: approx Casal. HEX triplet: 38, 55 and 5D. RGB value is (56,85,93). Sum of RGB (Red+Green+Blue) = 56+85+93=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #38555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555D is #C7AAA2. Grayscale: #4D4D4D. Windows color (decimal): -13085347 or 6116664. OLE color: 6116664.

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

Color convert

RGB568593-
CMYK0.400.0900.64
HSL192.97º24.83%29.22%-
HSV(B)192.97º39.78%36.47%-
XYZ6.868.1311.56-
YUV77.24136.89112.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=23.93%
G=36.32%
B=39.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5685930.400.0900.64192.9724.8329.22
Hex38555D289040c1191d
Octal70125135501101003013135
Binary11100010101011011101101000100101000000110000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38555D; }

 p { color: rgb(56,85,93); }

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

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

 a { background-color: rgb(56,85,93); }

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

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

 span { border-color: rgb(56,85,93); }

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