Html Css Color HEX #023C48 Sherpa Blue

📋 copy color: '#023C48'

red 2 ◦ green 60 ◦ blue 72

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

Shades of Sherpa Blue #023C48

Tints of Sherpa Blue #023C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.78%

 BLUE value IS 72 (28.52% from 255) = 53.73%

R = 1.49%
G = 44.78%
B = 53.73%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#023C48 (or 0x023C48) is known color: Sherpa Blue. HEX triplet: 02, 3C and 48. RGB value is (2,60,72). Sum of RGB (Red+Green+Blue) = 2+60+72=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #023C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C48 is #FDC3B7. Grayscale: #2B2B2B. Windows color (decimal): -16630712 or 4733954. OLE color: 4733954.

HSL color Cylindrical-coordinate representation of color #023C48: hue angle of 190.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C48 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 60 72 -
CMYK 0.97 0.17 0 0.72
HSL 190.29º 0.95% 0.15% -
HSV(B) 190.29º 0.97% 0.28% -
XYZ 2.81 3.71 6.7 -
YUV 44.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 2 60 72 0.97 0.17 0 0.72 190.29 0.95 0.15
Hex 2 3C 48 61 11 0 48 BE 5F F
Octal 2 74 110 141 21 0 110 276 137 17
Binary 10 111100 1001000 1100001 10001 0 1001000 10111110 1011111 1111

Color Harmonies of #023C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C48

Black with #023C48

Text Example


Text Example

White with #023C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023C48; }

 p { color: rgb(2,60,72); }

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

background-color css

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

 a { background-color: rgb(2,60,72); }

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

border-color css

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

 span { border-color: rgb(2,60,72); }

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