Html Css Color HEX #38505E Cello

📋 copy color: '#38505E'

red 56 ◦ green 80 ◦ blue 94

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

Shades of Cello #38505E

Tints of Cello #38505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 24.35%
G = 34.78%
B = 40.87%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38505E (or 0x38505E) is known color: Cello. HEX triplet: 38, 50 and 5E. RGB value is (56,80,94). Sum of RGB (Red+Green+Blue) = 56+80+94=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #38505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38505E is #C7AFA1. Grayscale: #4A4A4A. Windows color (decimal): -13086626 or 6180920. OLE color: 6180920.

HSL color Cylindrical-coordinate representation of color #38505E: hue angle of 202.11º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38505E is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 80 94 -
CMYK 0.40 0.15 0 0.63
HSL 202.11º 0.25% 0.29% -
HSV(B) 202.11º 0.4% 0.37% -
XYZ 6.52 7.39 11.67 -
YUV 74.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 56 80 94 0.40 0.15 0 0.63 202.11 0.25 0.29
Hex 38 50 5E 28 F 0 3F CA 19 1D
Octal 70 120 136 50 17 0 77 312 31 35
Binary 111000 1010000 1011110 101000 1111 0 111111 11001010 11001 11101

Color Harmonies of #38505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38505E

Black with #38505E

Text Example


Text Example

White with #38505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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