Html Css Color HEX #003445 Sherpa Blue

📋 copy color: '#003445'

red 0 ◦ green 52 ◦ blue 69

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

Shades of Sherpa Blue #003445

Tints of Sherpa Blue #003445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 57.02%

R = 0%
G = 42.98%
B = 57.02%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#003445 (or 0x003445) is known color: 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

RGB 0 52 69 -
CMYK 1 0.25 0 0.73
HSL 194.78º 1% 0.14% -
HSV(B) 194.78º 1% 0.27% -
XYZ 2.3 2.89 6.07 -
YUV 38.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 0 52 69 1 0.25 0 0.73 194.78 1 0.14
Hex 0 34 45 64 19 0 49 C3 64 E
Octal 0 64 105 144 31 0 111 303 144 16
Binary 0 110100 1000101 1100100 11001 0 1001001 11000011 1100100 1110

Color Harmonies of #003445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003445

Black with #003445

Text Example


Text Example

White with #003445

Text Example


Text Example

HTML Codes & Css Web 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>