#38555C

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

Shades of Casal #38555C

Tints of Casal #38555C

Color information

#38555C (or 0x38555C) is unknown color: approx Casal. HEX triplet: 38, 55 and 5C. RGB value is (56,85,92). Sum of RGB (Red+Green+Blue) = 56+85+92=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #38555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38555C is #C7AAA3. Grayscale: #4D4D4D. Windows color (decimal): -13085348 or 6051128. OLE color: 6051128.

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

Color convert

RGB568592-
CMYK0.390.0800.64
HSL191.67º24.32%29.02%-
HSV(B)191.67º39.13%36.08%-
XYZ6.818.1111.33-
YUV77.13136.39112.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=24.03%
G=36.48%
B=39.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5685920.390.0800.64191.6724.3229.02
Hex38555C278040c0181d
Octal70125134471001003003035
Binary11100010101011011100100111100001000000110000001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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