#003445

Color #003445 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #003445

Tints of Sherpa Blue #003445

Color information

#003445 (or 0x003445) is unknown color: approx Sherpa Blue. HEX triplet: 00, 34 and 45. RGB value is (0,52,69). Sum of RGB (Red+Green+Blue) = 0+52+69=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #003445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003445 is #FFCBBA. Grayscale: #262626. Windows color (decimal): -16763835 or 4535296. OLE color: 4535296.

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

Color convert

RGB05269-
CMYK10.2500.73
HSL194.78º100%13.53%-
HSV(B)194.78º100%27.06%-
XYZ2.32.896.07-
YUV38.39145.27100.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 69 (27.34% from 255) = 57.02%
R=0%
G=42.98%
B=57.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0526910.2500.73194.7810013.53
Hex034456419049c364e
Octal06410514431011130314416
Binary01101001000101110010011001010010011100001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003445; }

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

 H1.HeaderClassName
 {
   color: #003445;
 }
 .AnyTagClassName
 {
   color: #003445;
 }
</style>
background-color css

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

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

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

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

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

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