Html Css Color HEX #034450 Sherpa Blue

📋 copy color: '#034450'

red 3 ◦ green 68 ◦ blue 80

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

Shades of Sherpa Blue #034450

Tints of Sherpa Blue #034450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.03%

 BLUE value IS 80 (31.64% from 255) = 52.98%

R = 1.99%
G = 45.03%
B = 52.98%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#034450 (or 0x034450) is known color: Sherpa Blue. HEX triplet: 03, 44 and 50. RGB value is (3,68,80). Sum of RGB (Red+Green+Blue) = 3+68+80=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #034450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034450 is #FCBBAF. Grayscale: #313131. Windows color (decimal): -16563120 or 5260291. OLE color: 5260291.

HSL color Cylindrical-coordinate representation of color #034450: hue angle of 189.35º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034450 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 68 80 -
CMYK 0.96 0.15 0 0.69
HSL 189.35º 0.93% 0.16% -
HSV(B) 189.35º 0.96% 0.31% -
XYZ 3.55 4.73 8.32 -
YUV 49.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 3 68 80 0.96 0.15 0 0.69 189.35 0.93 0.16
Hex 3 44 50 60 F 0 45 BD 5D 10
Octal 3 104 120 140 17 0 105 275 135 20
Binary 11 1000100 1010000 1100000 1111 0 1000101 10111101 1011101 10000

Color Harmonies of #034450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034450

Black with #034450

Text Example


Text Example

White with #034450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034450; }

 p { color: rgb(3,68,80); }

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

background-color css

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

 a { background-color: rgb(3,68,80); }

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

border-color css

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

 span { border-color: rgb(3,68,80); }

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