Html Css Color HEX #023441 Sherpa Blue

📋 copy color: '#023441'

red 2 ◦ green 52 ◦ blue 65

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

Shades of Sherpa Blue #023441

Tints of Sherpa Blue #023441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.7%

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

R = 1.68%
G = 43.7%
B = 54.62%

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

#023441 (or 0x023441) is known color: Sherpa Blue. HEX triplet: 02, 34 and 41. RGB value is (2,52,65). Sum of RGB (Red+Green+Blue) = 2+52+65=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #023441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023441 is #FDCBBE. Grayscale: #262626. Windows color (decimal): -16632767 or 4273154. OLE color: 4273154.

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

Color convert

RGB 2 52 65 -
CMYK 0.97 0.20 0 0.75
HSL 192.38º 0.94% 0.13% -
HSV(B) 192.38º 0.97% 0.25% -
XYZ 2.21 2.85 5.43 -
YUV 38.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 2 52 65 0.97 0.20 0 0.75 192.38 0.94 0.13
Hex 2 34 41 61 14 0 4B C0 5E D
Octal 2 64 101 141 24 0 113 300 136 15
Binary 10 110100 1000001 1100001 10100 0 1001011 11000000 1011110 1101

Color Harmonies of #023441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023441

Black with #023441

Text Example


Text Example

White with #023441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023441; }

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

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

background-color css

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

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

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

border-color css

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

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

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