Html Css Color HEX #38505A Casal

📋 copy color: '#38505A'

red 56 ◦ green 80 ◦ blue 90

#38505A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #38505A

Tints of Casal #38505A

RGB

 RED value IS 56 (22.27% from 255) = 24.78%

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 24.78%
G = 35.4%
B = 39.82%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38505A (or 0x38505A) is known color: Casal. HEX triplet: 38, 50 and 5A. RGB value is (56,80,90). Sum of RGB (Red+Green+Blue) = 56+80+90=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #38505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505A is #C7AFA5. Grayscale: #494949. Windows color (decimal): -13086630 or 5918776. OLE color: 5918776.

HSL color Cylindrical-coordinate representation of color #38505A: hue angle of 197.65º 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 #38505A is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 80 90 -
CMYK 0.38 0.11 0 0.65
HSL 197.65º 0.23% 0.29% -
HSV(B) 197.65º 0.38% 0.35% -
XYZ 6.35 7.32 10.75 -
YUV 73.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 56 80 90 0.38 0.11 0 0.65 197.65 0.23 0.29
Hex 38 50 5A 26 B 0 41 C6 17 1D
Octal 70 120 132 46 13 0 101 306 27 35
Binary 111000 1010000 1011010 100110 1011 0 1000001 11000110 10111 11101

Color Harmonies of #38505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38505A

Black with #38505A

Text Example


Text Example

White with #38505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38505A;
 }
 .AnyTagClassName
 {
   color: #38505A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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