#38505B

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

Shades of Casal #38505B

Tints of Casal #38505B

Color information

#38505B (or 0x38505B) is unknown color: approx Casal. HEX triplet: 38, 50 and 5B. RGB value is (56,80,91). Sum of RGB (Red+Green+Blue) = 56+80+91=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #38505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505B is #C7AFA4. Grayscale: #4A4A4A. Windows color (decimal): -13086629 or 5984312. OLE color: 5984312.

HSL color Cylindrical-coordinate representation of color #38505B: hue angle of 198.86º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38505B is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568091-
CMYK0.380.1200.64
HSL198.86º23.81%28.82%-
HSV(B)198.86º38.46%35.69%-
XYZ6.397.3310.98-
YUV74.08137.55115.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=24.67%
G=35.24%
B=40.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5680910.380.1200.64198.8623.8128.82
Hex38505B26C040c7181d
Octal70120133461401003073035
Binary11100010100001011011100110110001000000110001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38505B; }

 p { color: rgb(56,80,91); }

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

<style>
 a { background-color: #38505B; }

 a { background-color: rgb(56,80,91); }

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

<style>
 span { border-color: #38505B; }

 span { border-color: rgb(56,80,91); }

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