Html Css Color HEX #23393E Nordic

📋 copy color: '#23393E'

red 35 ◦ green 57 ◦ blue 62

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

Shades of Nordic #23393E

Tints of Nordic #23393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.26%

R = 22.73%
G = 37.01%
B = 40.26%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#23393E (or 0x23393E) is known color: Nordic. HEX triplet: 23, 39 and 3E. RGB value is (35,57,62). Sum of RGB (Red+Green+Blue) = 35+57+62=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 62 - color contains mainly: blue. Hex color #23393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23393E is #DCC6C1. Grayscale: #323232. Windows color (decimal): -14468802 or 4077859. OLE color: 4077859.

HSL color Cylindrical-coordinate representation of color #23393E: hue angle of 191.11º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #23393E is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 57 62 -
CMYK 0.44 0.08 0 0.76
HSL 191.11º 0.28% 0.19% -
HSV(B) 191.11º 0.44% 0.24% -
XYZ 3.03 3.63 5.1 -
YUV 50.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 35 57 62 0.44 0.08 0 0.76 191.11 0.28 0.19
Hex 23 39 3E 2C 8 0 4C BF 1C 13
Octal 43 71 76 54 10 0 114 277 34 23
Binary 100011 111001 111110 101100 1000 0 1001100 10111111 11100 10011

Color Harmonies of #23393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23393E

Black with #23393E

Text Example


Text Example

White with #23393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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