Html Css Color HEX #3A495D Cello

📋 copy color: '#3A495D'

red 58 ◦ green 73 ◦ blue 93

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

Shades of Cello #3A495D

Tints of Cello #3A495D

RGB

 RED value IS 58 (23.05% from 255) = 25.89%

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

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

R = 25.89%
G = 32.59%
B = 41.52%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A495D (or 0x3A495D) is known color: Cello. HEX triplet: 3A, 49 and 5D. RGB value is (58,73,93). Sum of RGB (Red+Green+Blue) = 58+73+93=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A495D is #C5B6A2. Grayscale: #464646. Windows color (decimal): -12957347 or 6113594. OLE color: 6113594.

HSL color Cylindrical-coordinate representation of color #3A495D: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A495D is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 58 73 93 -
CMYK 0.38 0.22 0 0.64
HSL 214.29º 0.23% 0.3% -
HSV(B) 214.29º 0.38% 0.36% -
XYZ 6.1 6.45 11.28 -
YUV 70.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 58 73 93 0.38 0.22 0 0.64 214.29 0.23 0.3
Hex 3A 49 5D 26 16 0 40 D6 17 1E
Octal 72 111 135 46 26 0 100 326 27 36
Binary 111010 1001001 1011101 100110 10110 0 1000000 11010110 10111 11110

Color Harmonies of #3A495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A495D

Black with #3A495D

Text Example


Text Example

White with #3A495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A495D; }

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

 H1.HeaderClassName
 {
   color: #3A495D;
 }
 .AnyTagClassName
 {
   color: #3A495D;
 }
</style>

background-color css

<style>
 a { background-color: #3A495D; }

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

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

border-color css

<style>
 span { border-color: #3A495D; }

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

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