#38555B

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

Shades of Casal #38555B

Tints of Casal #38555B

Color information

#38555B (or 0x38555B) is unknown color: approx Casal. HEX triplet: 38, 55 and 5B. RGB value is (56,85,91). Sum of RGB (Red+Green+Blue) = 56+85+91=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #38555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555B is #C7AAA4. Grayscale: #4C4C4C. Windows color (decimal): -13085349 or 5985592. OLE color: 5985592.

HSL color Cylindrical-coordinate representation of color #38555B: hue angle of 190.29º 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 #38555B is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB568591-
CMYK0.380.0700.64
HSL190.29º23.81%28.82%-
HSV(B)190.29º38.46%35.69%-
XYZ6.778.0911.1-
YUV77.01135.89113.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=24.14%
G=36.64%
B=39.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5685910.380.0700.64190.2923.8128.82
Hex38555B267040be181d
Octal7012513346701002763035
Binary1110001010101101101110011011101000000101111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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