Html Css Color HEX #024348 Sherpa Blue

📋 copy color: '#024348'

red 2 ◦ green 67 ◦ blue 72

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

Shades of Sherpa Blue #024348

Tints of Sherpa Blue #024348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 1.42%
G = 47.52%
B = 51.06%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#024348 (or 0x024348) is known color: Sherpa Blue. HEX triplet: 02, 43 and 48. RGB value is (2,67,72). Sum of RGB (Red+Green+Blue) = 2+67+72=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #024348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024348 is #FDBCB7. Grayscale: #303030. Windows color (decimal): -16628920 or 4735746. OLE color: 4735746.

HSL color Cylindrical-coordinate representation of color #024348: hue angle of 184.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 #024348 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 67 72 -
CMYK 0.97 0.07 0 0.72
HSL 184.29º 0.95% 0.15% -
HSV(B) 184.29º 0.97% 0.28% -
XYZ 3.2 4.5 6.83 -
YUV 48.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 2 67 72 0.97 0.07 0 0.72 184.29 0.95 0.15
Hex 2 43 48 61 7 0 48 B8 5F F
Octal 2 103 110 141 7 0 110 270 137 17
Binary 10 1000011 1001000 1100001 111 0 1001000 10111000 1011111 1111

Color Harmonies of #024348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024348

Black with #024348

Text Example


Text Example

White with #024348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024348; }

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

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

background-color css

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

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

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

border-color css

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

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

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