Html Css Color HEX #024352 Sherpa Blue

📋 copy color: '#024352'

red 2 ◦ green 67 ◦ blue 82

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

Shades of Sherpa Blue #024352

Tints of Sherpa Blue #024352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.3%

R = 1.32%
G = 44.37%
B = 54.3%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024352 (or 0x024352) is known color: Sherpa Blue. HEX triplet: 02, 43 and 52. RGB value is (2,67,82). Sum of RGB (Red+Green+Blue) = 2+67+82=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #024352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024352 is #FDBCAD. Grayscale: #313131. Windows color (decimal): -16628910 or 5391106. OLE color: 5391106.

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

Color convert

RGB 2 67 82 -
CMYK 0.98 0.18 0 0.68
HSL 191.25º 0.95% 0.16% -
HSV(B) 191.25º 0.98% 0.32% -
XYZ 3.56 4.64 8.69 -
YUV 49.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 2 67 82 0.98 0.18 0 0.68 191.25 0.95 0.16
Hex 2 43 52 62 12 0 44 BF 5F 10
Octal 2 103 122 142 22 0 104 277 137 20
Binary 10 1000011 1010010 1100010 10010 0 1000100 10111111 1011111 10000

Color Harmonies of #024352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024352

Black with #024352

Text Example


Text Example

White with #024352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024352; }

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

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

background-color css

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

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

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

border-color css

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

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

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