Html Css Color HEX #044355 Sherpa Blue

📋 copy color: '#044355'

red 4 ◦ green 67 ◦ blue 85

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

Shades of Sherpa Blue #044355

Tints of Sherpa Blue #044355

RGB

 RED value IS 4 (1.95% from 255) = 2.56%

 GREEN value IS 67 (26.56% from 255) = 42.95%

 BLUE value IS 85 (33.59% from 255) = 54.49%

R = 2.56%
G = 42.95%
B = 54.49%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#044355 (or 0x044355) is known color: Sherpa Blue. HEX triplet: 04, 43 and 55. RGB value is (4,67,85). Sum of RGB (Red+Green+Blue) = 4+67+85=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #044355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044355 is #FBBCAA. Grayscale: #323232. Windows color (decimal): -16497835 or 5587716. OLE color: 5587716.

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

Color convert

RGB 4 67 85 -
CMYK 0.95 0.21 0 0.67
HSL 193.33º 0.91% 0.17% -
HSV(B) 193.33º 0.95% 0.33% -
XYZ 3.7 4.7 9.31 -
YUV 50.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 4 67 85 0.95 0.21 0 0.67 193.33 0.91 0.17
Hex 4 43 55 5F 15 0 43 C1 5B 11
Octal 4 103 125 137 25 0 103 301 133 21
Binary 100 1000011 1010101 1011111 10101 0 1000011 11000001 1011011 10001

Color Harmonies of #044355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044355

Black with #044355

Text Example


Text Example

White with #044355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044355; }

 p { color: rgb(4,67,85); }

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

background-color css

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

 a { background-color: rgb(4,67,85); }

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

border-color css

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

 span { border-color: rgb(4,67,85); }

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