Html Css Color HEX #074358 Sherpa Blue

📋 copy color: '#074358'

red 7 ◦ green 67 ◦ blue 88

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

Shades of Sherpa Blue #074358

Tints of Sherpa Blue #074358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 54.32%

R = 4.32%
G = 41.36%
B = 54.32%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#074358 (or 0x074358) is known color: Sherpa Blue. HEX triplet: 07, 43 and 58. RGB value is (7,67,88). Sum of RGB (Red+Green+Blue) = 7+67+88=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #074358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074358 is #F8BCA7. Grayscale: #333333. Windows color (decimal): -16301224 or 5784327. OLE color: 5784327.

HSL color Cylindrical-coordinate representation of color #074358: hue angle of 195.56º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074358 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 67 88 -
CMYK 0.92 0.24 0 0.65
HSL 195.56º 0.85% 0.19% -
HSV(B) 195.56º 0.92% 0.35% -
XYZ 3.86 4.76 9.95 -
YUV 51.45 148.62 96.29 -
System Red Green Blue C M Y K H S L
Decimal 7 67 88 0.92 0.24 0 0.65 195.56 0.85 0.19
Hex 7 43 58 5C 18 0 41 C4 55 13
Octal 7 103 130 134 30 0 101 304 125 23
Binary 111 1000011 1011000 1011100 11000 0 1000001 11000100 1010101 10011

Color Harmonies of #074358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074358

Black with #074358

Text Example


Text Example

White with #074358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074358; }

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

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

background-color css

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

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

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

border-color css

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

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

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