Html Css Color HEX #003348 Sherpa Blue

📋 copy color: '#003348'

red 0 ◦ green 51 ◦ blue 72

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

Shades of Sherpa Blue #003348

Tints of Sherpa Blue #003348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.46%

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

R = 0%
G = 41.46%
B = 58.54%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#003348 (or 0x003348) is known color: Sherpa Blue. HEX triplet: 00, 33 and 48. RGB value is (0,51,72). Sum of RGB (Red+Green+Blue) = 0+51+72=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #003348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003348 is #FFCCB7. Grayscale: #262626. Windows color (decimal): -16764088 or 4731648. OLE color: 4731648.

HSL color Cylindrical-coordinate representation of color #003348: hue angle of 197.5º 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 #003348 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 51 72 -
CMYK 1 0.29 0 0.72
HSL 197.5º 1% 0.14% -
HSV(B) 197.5º 1% 0.28% -
XYZ 2.35 2.84 6.55 -
YUV 38.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 0 51 72 1 0.29 0 0.72 197.5 1 0.14
Hex 0 33 48 64 1D 0 48 C6 64 E
Octal 0 63 110 144 35 0 110 306 144 16
Binary 0 110011 1001000 1100100 11101 0 1001000 11000110 1100100 1110

Color Harmonies of #003348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003348

Black with #003348

Text Example


Text Example

White with #003348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003348; }

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

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

background-color css

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

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

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

border-color css

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

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

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