#00343F

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

Shades of Sherpa Blue #00343F

Tints of Sherpa Blue #00343F

Color information

#00343F (or 0x00343F) is unknown color: approx Sherpa Blue. HEX triplet: 00, 34 and 3F. RGB value is (0,52,63). Sum of RGB (Red+Green+Blue) = 0+52+63=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #00343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00343F is #FFCBC0. Grayscale: #252525. Windows color (decimal): -16763841 or 4142080. OLE color: 4142080.

HSL color Cylindrical-coordinate representation of color #00343F: hue angle of 190.48º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00343F is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB05263-
CMYK10.1700.75
HSL190.48º100%12.35%-
HSV(B)190.48º100%24.71%-
XYZ2.132.815.13-
YUV37.71142.27101.11-

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) = 45.22%
BLUE value IS 63 (25% from 255) = 54.78%
R=0%
G=45.22%
B=54.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0526310.1700.75190.4810012.35
Hex0343F641104Bbe64c
Octal0647714421011327614414
Binary0110100111111110010010001010010111011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00343F; }

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

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

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

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

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

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

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

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