Html Css Color HEX #38505B Casal

📋 copy color: '#38505B'

red 56 ◦ green 80 ◦ blue 91

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

Shades of Casal #38505B

Tints of Casal #38505B

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 value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38505B (or 0x38505B) is known color: 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

RGB 56 80 91 -
CMYK 0.38 0.12 0 0.64
HSL 198.86º 0.24% 0.29% -
HSV(B) 198.86º 0.38% 0.36% -
XYZ 6.39 7.33 10.98 -
YUV 74.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 56 80 91 0.38 0.12 0 0.64 198.86 0.24 0.29
Hex 38 50 5B 26 C 0 40 C7 18 1D
Octal 70 120 133 46 14 0 100 307 30 35
Binary 111000 1010000 1011011 100110 1100 0 1000000 11000111 11000 11101

Color Harmonies of #38505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38505B

Black with #38505B

Text Example


Text Example

White with #38505B

Text Example


Text Example

HTML Codes & Css Web 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>