Html Css Color HEX #024350 Sherpa Blue

📋 copy color: '#024350'

red 2 ◦ green 67 ◦ blue 80

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

Shades of Sherpa Blue #024350

Tints of Sherpa Blue #024350

RGB

 RED value IS 2 (1.17% from 255) = 1.34%

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

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 1.34%
G = 44.97%
B = 53.69%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#024350 (or 0x024350) is known color: Sherpa Blue. HEX triplet: 02, 43 and 50. RGB value is (2,67,80). Sum of RGB (Red+Green+Blue) = 2+67+80=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #024350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024350 is #FDBCAF. Grayscale: #303030. Windows color (decimal): -16628912 or 5260034. OLE color: 5260034.

HSL color Cylindrical-coordinate representation of color #024350: hue angle of 190º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024350 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 67 80 -
CMYK 0.98 0.16 0 0.69
HSL 190º 0.95% 0.16% -
HSV(B) 190º 0.98% 0.31% -
XYZ 3.48 4.61 8.3 -
YUV 49.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 2 67 80 0.98 0.16 0 0.69 190 0.95 0.16
Hex 2 43 50 62 10 0 45 BE 5F 10
Octal 2 103 120 142 20 0 105 276 137 20
Binary 10 1000011 1010000 1100010 10000 0 1000101 10111110 1011111 10000

Color Harmonies of #024350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024350

Black with #024350

Text Example


Text Example

White with #024350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024350; }

 p { color: rgb(2,67,80); }

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

background-color css

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

 a { background-color: rgb(2,67,80); }

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

border-color css

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

 span { border-color: rgb(2,67,80); }

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