Html Css Color HEX #034053 Sherpa Blue

📋 copy color: '#034053'

red 3 ◦ green 64 ◦ blue 83

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

Shades of Sherpa Blue #034053

Tints of Sherpa Blue #034053

RGB

 RED value IS 3 (1.56% from 255) = 2%

 GREEN value IS 64 (25.39% from 255) = 42.67%

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 2%
G = 42.67%
B = 55.33%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#034053 (or 0x034053) is known color: Sherpa Blue. HEX triplet: 03, 40 and 53. RGB value is (3,64,83). Sum of RGB (Red+Green+Blue) = 3+64+83=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #034053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034053 is #FCBFAC. Grayscale: #2F2F2F. Windows color (decimal): -16564141 or 5455875. OLE color: 5455875.

HSL color Cylindrical-coordinate representation of color #034053: hue angle of 194.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034053 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 64 83 -
CMYK 0.96 0.23 0 0.67
HSL 194.25º 0.93% 0.17% -
HSV(B) 194.25º 0.96% 0.33% -
XYZ 3.43 4.31 8.83 -
YUV 47.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 3 64 83 0.96 0.23 0 0.67 194.25 0.93 0.17
Hex 3 40 53 60 17 0 43 C2 5D 11
Octal 3 100 123 140 27 0 103 302 135 21
Binary 11 1000000 1010011 1100000 10111 0 1000011 11000010 1011101 10001

Color Harmonies of #034053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034053

Black with #034053

Text Example


Text Example

White with #034053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034053; }

 p { color: rgb(3,64,83); }

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

background-color css

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

 a { background-color: rgb(3,64,83); }

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

border-color css

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

 span { border-color: rgb(3,64,83); }

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