Html Css Color HEX #003448 Sherpa Blue

📋 copy color: '#003448'

red 0 ◦ green 52 ◦ blue 72

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

Shades of Sherpa Blue #003448

Tints of Sherpa Blue #003448

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.94%
B = 58.06%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003448 (or 0x003448) is known color: Sherpa Blue. HEX triplet: 00, 34 and 48. RGB value is (0,52,72). Sum of RGB (Red+Green+Blue) = 0+52+72=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #003448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003448 is #FFCBB7. Grayscale: #262626. Windows color (decimal): -16763832 or 4731904. OLE color: 4731904.

HSL color Cylindrical-coordinate representation of color #003448: hue angle of 196.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003448 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 52 72 -
CMYK 1 0.28 0 0.72
HSL 196.67º 1% 0.14% -
HSV(B) 196.67º 1% 0.28% -
XYZ 2.4 2.92 6.57 -
YUV 38.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 0 52 72 1 0.28 0 0.72 196.67 1 0.14
Hex 0 34 48 64 1C 0 48 C5 64 E
Octal 0 64 110 144 34 0 110 305 144 16
Binary 0 110100 1001000 1100100 11100 0 1001000 11000101 1100100 1110

Color Harmonies of #003448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003448

Black with #003448

Text Example


Text Example

White with #003448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003448; }

 p { color: rgb(0,52,72); }

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

background-color css

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

 a { background-color: rgb(0,52,72); }

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

border-color css

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

 span { border-color: rgb(0,52,72); }

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