Html Css Color HEX #00343F Sherpa Blue

📋 copy color: '#00343F'

red 0 ◦ green 52 ◦ blue 63

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

Shades of Sherpa Blue #00343F

Tints of Sherpa Blue #00343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 54.78%

R = 0%
G = 45.22%
B = 54.78%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00343F (or 0x00343F) is known color: 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

RGB 0 52 63 -
CMYK 1 0.17 0 0.75
HSL 190.48º 1% 0.12% -
HSV(B) 190.48º 1% 0.25% -
XYZ 2.13 2.81 5.13 -
YUV 37.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 0 52 63 1 0.17 0 0.75 190.48 1 0.12
Hex 0 34 3F 64 11 0 4B BE 64 C
Octal 0 64 77 144 21 0 113 276 144 14
Binary 0 110100 111111 1100100 10001 0 1001011 10111110 1100100 1100

Color Harmonies of #00343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00343F

Black with #00343F

Text Example


Text Example

White with #00343F

Text Example


Text Example

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