Html Css Color HEX #23393A Nordic

📋 copy color: '#23393A'

red 35 ◦ green 57 ◦ blue 58

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

Shades of Nordic #23393A

Tints of Nordic #23393A

RGB

 RED value IS 35 (14.06% from 255) = 23.33%

 GREEN value IS 57 (22.66% from 255) = 38%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 23.33%
G = 38%
B = 38.67%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23393A (or 0x23393A) is known color: Nordic. HEX triplet: 23, 39 and 3A. RGB value is (35,57,58). Sum of RGB (Red+Green+Blue) = 35+57+58=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #23393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23393A is #DCC6C5. Grayscale: #323232. Windows color (decimal): -14468806 or 3815715. OLE color: 3815715.

HSL color Cylindrical-coordinate representation of color #23393A: hue angle of 182.61º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23393A is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 57 58 -
CMYK 0.40 0.02 0 0.77
HSL 182.61º 0.25% 0.18% -
HSV(B) 182.61º 0.4% 0.23% -
XYZ 2.92 3.59 4.54 -
YUV 50.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 35 57 58 0.40 0.02 0 0.77 182.61 0.25 0.18
Hex 23 39 3A 28 2 0 4D B7 19 12
Octal 43 71 72 50 2 0 115 267 31 22
Binary 100011 111001 111010 101000 10 0 1001101 10110111 11001 10010

Color Harmonies of #23393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23393A

Black with #23393A

Text Example


Text Example

White with #23393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23393A; }

 p { color: rgb(35,57,58); }

 H1.HeaderClassName
 {
   color: #23393A;
 }
 .AnyTagClassName
 {
   color: #23393A;
 }
</style>

background-color css

<style>
 a { background-color: #23393A; }

 a { background-color: rgb(35,57,58); }

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

border-color css

<style>
 span { border-color: #23393A; }

 span { border-color: rgb(35,57,58); }

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