#00344B

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

Shades of Sherpa Blue #00344B

Tints of Sherpa Blue #00344B

Color information

#00344B (or 0x00344B) is unknown color: approx Sherpa Blue. HEX triplet: 00, 34 and 4B. RGB value is (0,52,75). Sum of RGB (Red+Green+Blue) = 0+52+75=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #00344B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00344B is #FFCBB4. Grayscale: #262626. Windows color (decimal): -16763829 or 4928512. OLE color: 4928512.

HSL color Cylindrical-coordinate representation of color #00344B: hue angle of 198.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00344B is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB05275-
CMYK10.3100.71
HSL198.4º100%14.71%-
HSV(B)198.4º100%29.41%-
XYZ2.52.967.1-
YUV39.07148.27100.13-

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) = 40.94%
BLUE value IS 75 (29.69% from 255) = 59.06%
R=0%
G=40.94%
B=59.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0527510.3100.71198.410014.71
Hex0344B641F047c664f
Octal06411314437010730614417
Binary01101001001011110010011111010001111100011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00344B; }

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

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

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

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

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

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

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

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