Html Css Color HEX #074356 Sherpa Blue

📋 copy color: '#074356'

red 7 ◦ green 67 ◦ blue 86

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

Shades of Sherpa Blue #074356

Tints of Sherpa Blue #074356

RGB

 RED value IS 7 (3.13% from 255) = 4.38%

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

 BLUE value IS 86 (33.98% from 255) = 53.75%

R = 4.38%
G = 41.88%
B = 53.75%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#074356 (or 0x074356) is known color: Sherpa Blue. HEX triplet: 07, 43 and 56. RGB value is (7,67,86). Sum of RGB (Red+Green+Blue) = 7+67+86=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #074356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074356 is #F8BCA9. Grayscale: #333333. Windows color (decimal): -16301226 or 5653255. OLE color: 5653255.

HSL color Cylindrical-coordinate representation of color #074356: hue angle of 194.43º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074356 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 67 86 -
CMYK 0.92 0.22 0 0.66
HSL 194.43º 0.85% 0.18% -
HSV(B) 194.43º 0.92% 0.34% -
XYZ 3.77 4.73 9.52 -
YUV 51.23 147.62 96.46 -
System Red Green Blue C M Y K H S L
Decimal 7 67 86 0.92 0.22 0 0.66 194.43 0.85 0.18
Hex 7 43 56 5C 16 0 42 C2 55 12
Octal 7 103 126 134 26 0 102 302 125 22
Binary 111 1000011 1010110 1011100 10110 0 1000010 11000010 1010101 10010

Color Harmonies of #074356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074356

Black with #074356

Text Example


Text Example

White with #074356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074356; }

 p { color: rgb(7,67,86); }

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

background-color css

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

 a { background-color: rgb(7,67,86); }

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

border-color css

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

 span { border-color: rgb(7,67,86); }

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