Html Css Color HEX #38495D Cello

📋 copy color: '#38495D'

red 56 ◦ green 73 ◦ blue 93

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

Shades of Cello #38495D

Tints of Cello #38495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 25.23%
G = 32.88%
B = 41.89%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#38495D (or 0x38495D) is known color: Cello. HEX triplet: 38, 49 and 5D. RGB value is (56,73,93). Sum of RGB (Red+Green+Blue) = 56+73+93=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #38495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38495D is #C7B6A2. Grayscale: #464646. Windows color (decimal): -13088419 or 6113592. OLE color: 6113592.

HSL color Cylindrical-coordinate representation of color #38495D: hue angle of 212.43º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38495D is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 73 93 -
CMYK 0.40 0.22 0 0.64
HSL 212.43º 0.25% 0.29% -
HSV(B) 212.43º 0.4% 0.36% -
XYZ 5.99 6.4 11.27 -
YUV 70.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 56 73 93 0.40 0.22 0 0.64 212.43 0.25 0.29
Hex 38 49 5D 28 16 0 40 D4 19 1D
Octal 70 111 135 50 26 0 100 324 31 35
Binary 111000 1001001 1011101 101000 10110 0 1000000 11010100 11001 11101

Color Harmonies of #38495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38495D

Black with #38495D

Text Example


Text Example

White with #38495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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