Html Css Color HEX #3A495B Cello

📋 copy color: '#3A495B'

red 58 ◦ green 73 ◦ blue 91

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

Shades of Cello #3A495B

Tints of Cello #3A495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.99%

R = 26.13%
G = 32.88%
B = 40.99%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3A495B (or 0x3A495B) is known color: Cello. HEX triplet: 3A, 49 and 5B. RGB value is (58,73,91). Sum of RGB (Red+Green+Blue) = 58+73+91=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A495B is #C5B6A4. Grayscale: #464646. Windows color (decimal): -12957349 or 5982522. OLE color: 5982522.

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

Color convert

RGB 58 73 91 -
CMYK 0.36 0.20 0 0.64
HSL 212.73º 0.22% 0.29% -
HSV(B) 212.73º 0.36% 0.36% -
XYZ 6.02 6.42 10.82 -
YUV 70.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 58 73 91 0.36 0.20 0 0.64 212.73 0.22 0.29
Hex 3A 49 5B 24 14 0 40 D5 16 1D
Octal 72 111 133 44 24 0 100 325 26 35
Binary 111010 1001001 1011011 100100 10100 0 1000000 11010101 10110 11101

Color Harmonies of #3A495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A495B

Black with #3A495B

Text Example


Text Example

White with #3A495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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