Html Css Color HEX #323B37 Celtic

📋 copy color: '#323B37'

red 50 ◦ green 59 ◦ blue 55

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

Shades of Celtic #323B37

Tints of Celtic #323B37

RGB

 RED value IS 50 (19.92% from 255) = 30.49%

 GREEN value IS 59 (23.44% from 255) = 35.98%

 BLUE value IS 55 (21.88% from 255) = 33.54%

R = 30.49%
G = 35.98%
B = 33.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#323B37 (or 0x323B37) is known color: Celtic. HEX triplet: 32, 3B and 37. RGB value is (50,59,55). Sum of RGB (Red+Green+Blue) = 50+59+55=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 59 - color contains mainly: green. Hex color #323B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B37 is #CDC4C8. Grayscale: #373737. Windows color (decimal): -13485257 or 3619634. OLE color: 3619634.

HSL color Cylindrical-coordinate representation of color #323B37: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #323B37 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 59 55 -
CMYK 0.15 0 0.07 0.77
HSL 153.33º 0.08% 0.21% -
HSV(B) 153.33º 0.15% 0.23% -
XYZ 3.57 4.08 4.21 -
YUV 55.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 50 59 55 0.15 0 0.07 0.77 153.33 0.08 0.21
Hex 32 3B 37 F 0 7 4D 99 8 15
Octal 62 73 67 17 0 7 115 231 10 25
Binary 110010 111011 110111 1111 0 111 1001101 10011001 1000 10101

Color Harmonies of #323B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B37

Black with #323B37

Text Example


Text Example

White with #323B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323B37; }

 p { color: rgb(50,59,55); }

 H1.HeaderClassName
 {
   color: #323B37;
 }
 .AnyTagClassName
 {
   color: #323B37;
 }
</style>

background-color css

<style>
 a { background-color: #323B37; }

 a { background-color: rgb(50,59,55); }

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

border-color css

<style>
 span { border-color: #323B37; }

 span { border-color: rgb(50,59,55); }

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