Html Css Color HEX #034048 Sherpa Blue

📋 copy color: '#034048'

red 3 ◦ green 64 ◦ blue 72

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

Shades of Sherpa Blue #034048

Tints of Sherpa Blue #034048

RGB

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

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

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

R = 2.16%
G = 46.04%
B = 51.8%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#034048 (or 0x034048) is known color: Sherpa Blue. HEX triplet: 03, 40 and 48. RGB value is (3,64,72). Sum of RGB (Red+Green+Blue) = 3+64+72=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #034048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034048 is #FCBFB7. Grayscale: #2E2E2E. Windows color (decimal): -16564152 or 4734979. OLE color: 4734979.

HSL color Cylindrical-coordinate representation of color #034048: hue angle of 186.96º 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 #034048 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 64 72 -
CMYK 0.96 0.11 0 0.72
HSL 186.96º 0.92% 0.15% -
HSV(B) 186.96º 0.96% 0.28% -
XYZ 3.04 4.15 6.77 -
YUV 46.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 3 64 72 0.96 0.11 0 0.72 186.96 0.92 0.15
Hex 3 40 48 60 B 0 48 BB 5C F
Octal 3 100 110 140 13 0 110 273 134 17
Binary 11 1000000 1001000 1100000 1011 0 1001000 10111011 1011100 1111

Color Harmonies of #034048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034048

Black with #034048

Text Example


Text Example

White with #034048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034048; }

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

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

background-color css

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

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

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

border-color css

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

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

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