Html Css Color HEX #034448 Sherpa Blue

📋 copy color: '#034448'

red 3 ◦ green 68 ◦ blue 72

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

Shades of Sherpa Blue #034448

Tints of Sherpa Blue #034448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 50.35%

R = 2.1%
G = 47.55%
B = 50.35%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#034448 (or 0x034448) is known color: Sherpa Blue. HEX triplet: 03, 44 and 48. RGB value is (3,68,72). Sum of RGB (Red+Green+Blue) = 3+68+72=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #034448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034448 is #FCBBB7. Grayscale: #303030. Windows color (decimal): -16563128 or 4736003. OLE color: 4736003.

HSL color Cylindrical-coordinate representation of color #034448: hue angle of 183.48º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034448 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 68 72 -
CMYK 0.96 0.06 0 0.72
HSL 183.48º 0.92% 0.15% -
HSV(B) 183.48º 0.96% 0.28% -
XYZ 3.27 4.62 6.85 -
YUV 49.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 3 68 72 0.96 0.06 0 0.72 183.48 0.92 0.15
Hex 3 44 48 60 6 0 48 B7 5C F
Octal 3 104 110 140 6 0 110 267 134 17
Binary 11 1000100 1001000 1100000 110 0 1001000 10110111 1011100 1111

Color Harmonies of #034448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034448

Black with #034448

Text Example


Text Example

White with #034448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034448; }

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

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

background-color css

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

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

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

border-color css

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

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

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