Html Css Color HEX #023340 Sherpa Blue

📋 copy color: '#023340'

red 2 ◦ green 51 ◦ blue 64

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

Shades of Sherpa Blue #023340

Tints of Sherpa Blue #023340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 1.71%
G = 43.59%
B = 54.7%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023340 (or 0x023340) is known color: Sherpa Blue. HEX triplet: 02, 33 and 40. RGB value is (2,51,64). Sum of RGB (Red+Green+Blue) = 2+51+64=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #023340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023340 is #FDCCBF. Grayscale: #252525. Windows color (decimal): -16633024 or 4207362. OLE color: 4207362.

HSL color Cylindrical-coordinate representation of color #023340: hue angle of 192.58º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023340 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 51 64 -
CMYK 0.97 0.20 0 0.75
HSL 192.58º 0.94% 0.13% -
HSV(B) 192.58º 0.97% 0.25% -
XYZ 2.13 2.75 5.27 -
YUV 37.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 2 51 64 0.97 0.20 0 0.75 192.58 0.94 0.13
Hex 2 33 40 61 14 0 4B C1 5E D
Octal 2 63 100 141 24 0 113 301 136 15
Binary 10 110011 1000000 1100001 10100 0 1001011 11000001 1011110 1101

Color Harmonies of #023340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023340

Black with #023340

Text Example


Text Example

White with #023340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023340; }

 p { color: rgb(2,51,64); }

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

background-color css

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

 a { background-color: rgb(2,51,64); }

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

border-color css

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

 span { border-color: rgb(2,51,64); }

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