Html Css Color HEX #024452 Sherpa Blue

📋 copy color: '#024452'

red 2 ◦ green 68 ◦ blue 82

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

Shades of Sherpa Blue #024452

Tints of Sherpa Blue #024452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 1.32%
G = 44.74%
B = 53.95%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#024452 (or 0x024452) is known color: Sherpa Blue. HEX triplet: 02, 44 and 52. RGB value is (2,68,82). Sum of RGB (Red+Green+Blue) = 2+68+82=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #024452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024452 is #FDBBAD. Grayscale: #313131. Windows color (decimal): -16628654 or 5391362. OLE color: 5391362.

HSL color Cylindrical-coordinate representation of color #024452: hue angle of 190.5º 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 #024452 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 68 82 -
CMYK 0.98 0.17 0 0.68
HSL 190.5º 0.95% 0.16% -
HSV(B) 190.5º 0.98% 0.32% -
XYZ 3.62 4.76 8.71 -
YUV 49.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 2 68 82 0.98 0.17 0 0.68 190.5 0.95 0.16
Hex 2 44 52 62 11 0 44 BE 5F 10
Octal 2 104 122 142 21 0 104 276 137 20
Binary 10 1000100 1010010 1100010 10001 0 1000100 10111110 1011111 10000

Color Harmonies of #024452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024452

Black with #024452

Text Example


Text Example

White with #024452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024452; }

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

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

background-color css

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

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

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

border-color css

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

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

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