Html Css Color HEX #023241 Sherpa Blue

📋 copy color: '#023241'

red 2 ◦ green 50 ◦ blue 65

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

Shades of Sherpa Blue #023241

Tints of Sherpa Blue #023241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

 BLUE value IS 65 (25.78% from 255) = 55.56%

R = 1.71%
G = 42.74%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023241 (or 0x023241) is known color: Sherpa Blue. HEX triplet: 02, 32 and 41. RGB value is (2,50,65). Sum of RGB (Red+Green+Blue) = 2+50+65=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #023241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023241 is #FDCDBE. Grayscale: #252525. Windows color (decimal): -16633279 or 4272642. OLE color: 4272642.

HSL color Cylindrical-coordinate representation of color #023241: hue angle of 194.29º 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 #023241 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 50 65 -
CMYK 0.97 0.23 0 0.75
HSL 194.29º 0.94% 0.13% -
HSV(B) 194.29º 0.97% 0.25% -
XYZ 2.12 2.68 5.41 -
YUV 37.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 2 50 65 0.97 0.23 0 0.75 194.29 0.94 0.13
Hex 2 32 41 61 17 0 4B C2 5E D
Octal 2 62 101 141 27 0 113 302 136 15
Binary 10 110010 1000001 1100001 10111 0 1001011 11000010 1011110 1101

Color Harmonies of #023241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023241

Black with #023241

Text Example


Text Example

White with #023241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023241; }

 p { color: rgb(2,50,65); }

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

background-color css

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

 a { background-color: rgb(2,50,65); }

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

border-color css

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

 span { border-color: rgb(2,50,65); }

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