Html Css Color HEX #063D52 Sherpa Blue

📋 copy color: '#063D52'

red 6 ◦ green 61 ◦ blue 82

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

Shades of Sherpa Blue #063D52

Tints of Sherpa Blue #063D52

RGB

 RED value IS 6 (2.73% from 255) = 4.03%

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 4.03%
G = 40.94%
B = 55.03%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063D52 (or 0x063D52) is known color: Sherpa Blue. HEX triplet: 06, 3D and 52. RGB value is (6,61,82). Sum of RGB (Red+Green+Blue) = 6+61+82=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #063D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D52 is #F9C2AD. Grayscale: #2E2E2E. Windows color (decimal): -16368302 or 5389574. OLE color: 5389574.

HSL color Cylindrical-coordinate representation of color #063D52: hue angle of 196.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063D52 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 61 82 -
CMYK 0.93 0.26 0 0.68
HSL 196.58º 0.86% 0.17% -
HSV(B) 196.58º 0.93% 0.32% -
XYZ 3.27 3.99 8.58 -
YUV 46.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 6 61 82 0.93 0.26 0 0.68 196.58 0.86 0.17
Hex 6 3D 52 5D 1A 0 44 C5 56 11
Octal 6 75 122 135 32 0 104 305 126 21
Binary 110 111101 1010010 1011101 11010 0 1000100 11000101 1010110 10001

Color Harmonies of #063D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D52

Black with #063D52

Text Example


Text Example

White with #063D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063D52; }

 p { color: rgb(6,61,82); }

 H1.HeaderClassName
 {
   color: #063D52;
 }
 .AnyTagClassName
 {
   color: #063D52;
 }
</style>

background-color css

<style>
 a { background-color: #063D52; }

 a { background-color: rgb(6,61,82); }

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

border-color css

<style>
 span { border-color: #063D52; }

 span { border-color: rgb(6,61,82); }

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