Html Css Color HEX #3A5063 Cello

📋 copy color: '#3A5063'

red 58 ◦ green 80 ◦ blue 99

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

Shades of Cello #3A5063

Tints of Cello #3A5063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 24.47%
G = 33.76%
B = 41.77%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3A5063 (or 0x3A5063) is known color: Cello. HEX triplet: 3A, 50 and 63. RGB value is (58,80,99). Sum of RGB (Red+Green+Blue) = 58+80+99=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A5063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5063 is #C5AF9C. Grayscale: #4B4B4B. Windows color (decimal): -12955549 or 6508602. OLE color: 6508602.

HSL color Cylindrical-coordinate representation of color #3A5063: hue angle of 207.8º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5063 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 58 80 99 -
CMYK 0.41 0.19 0 0.61
HSL 207.8º 0.26% 0.31% -
HSV(B) 207.8º 0.41% 0.39% -
XYZ 6.87 7.54 12.9 -
YUV 75.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 58 80 99 0.41 0.19 0 0.61 207.8 0.26 0.31
Hex 3A 50 63 29 13 0 3D D0 1A 1F
Octal 72 120 143 51 23 0 75 320 32 37
Binary 111010 1010000 1100011 101001 10011 0 111101 11010000 11010 11111

Color Harmonies of #3A5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5063

Black with #3A5063

Text Example


Text Example

White with #3A5063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,99); }

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

background-color css

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

 a { background-color: rgb(58,80,99); }

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

border-color css

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

 span { border-color: rgb(58,80,99); }

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