Html Css Color HEX #38495E Cello

📋 copy color: '#38495E'

red 56 ◦ green 73 ◦ blue 94

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

Shades of Cello #38495E

Tints of Cello #38495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 25.11%
G = 32.74%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#38495E (or 0x38495E) is known color: Cello. HEX triplet: 38, 49 and 5E. RGB value is (56,73,94). Sum of RGB (Red+Green+Blue) = 56+73+94=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #38495E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38495E is #C7B6A1. Grayscale: #464646. Windows color (decimal): -13088418 or 6179128. OLE color: 6179128.

HSL color Cylindrical-coordinate representation of color #38495E: hue angle of 213.16º 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 #38495E is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 73 94 -
CMYK 0.40 0.22 0 0.63
HSL 213.16º 0.25% 0.29% -
HSV(B) 213.16º 0.4% 0.37% -
XYZ 6.03 6.41 11.51 -
YUV 70.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 56 73 94 0.40 0.22 0 0.63 213.16 0.25 0.29
Hex 38 49 5E 28 16 0 3F D5 19 1D
Octal 70 111 136 50 26 0 77 325 31 35
Binary 111000 1001001 1011110 101000 10110 0 111111 11010101 11001 11101

Color Harmonies of #38495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38495E

Black with #38495E

Text Example


Text Example

White with #38495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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