Html Css Color HEX #00323D Sherpa Blue

📋 copy color: '#00323D'

red 0 ◦ green 50 ◦ blue 61

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

Shades of Sherpa Blue #00323D

Tints of Sherpa Blue #00323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 61 (24.22% from 255) = 54.95%

R = 0%
G = 45.05%
B = 54.95%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00323D (or 0x00323D) is known color: Sherpa Blue. HEX triplet: 00, 32 and 3D. RGB value is (0,50,61). Sum of RGB (Red+Green+Blue) = 0+50+61=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #00323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00323D is #FFCDC2. Grayscale: #242424. Windows color (decimal): -16764355 or 4010496. OLE color: 4010496.

HSL color Cylindrical-coordinate representation of color #00323D: hue angle of 190.82º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00323D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 50 61 -
CMYK 1 0.18 0 0.76
HSL 190.82º 1% 0.12% -
HSV(B) 190.82º 1% 0.24% -
XYZ 1.98 2.62 4.82 -
YUV 36.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 0 50 61 1 0.18 0 0.76 190.82 1 0.12
Hex 0 32 3D 64 12 0 4C BF 64 C
Octal 0 62 75 144 22 0 114 277 144 14
Binary 0 110010 111101 1100100 10010 0 1001100 10111111 1100100 1100

Color Harmonies of #00323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00323D

Black with #00323D

Text Example


Text Example

White with #00323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00323D; }

 p { color: rgb(0,50,61); }

 H1.HeaderClassName
 {
   color: #00323D;
 }
 .AnyTagClassName
 {
   color: #00323D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,50,61); }

 div.DivClassName
 {
   background-color: #00323D;
 }
 .BgClassName
 {
   background-color: #00323D;
 }
</style>

border-color css

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

 span { border-color: rgb(0,50,61); }

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