Html Css Color HEX #233537 Nordic

📋 copy color: '#233537'

red 35 ◦ green 53 ◦ blue 55

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

Shades of Nordic #233537

Tints of Nordic #233537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

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

R = 24.48%
G = 37.06%
B = 38.46%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#233537 (or 0x233537) is known color: Nordic. HEX triplet: 23, 35 and 37. RGB value is (35,53,55). Sum of RGB (Red+Green+Blue) = 35+53+55=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #233537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233537 is #DCCAC8. Grayscale: #2F2F2F. Windows color (decimal): -14469833 or 3618083. OLE color: 3618083.

HSL color Cylindrical-coordinate representation of color #233537: hue angle of 186º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #233537 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 53 55 -
CMYK 0.36 0.04 0 0.78
HSL 186º 0.22% 0.18% -
HSV(B) 186º 0.36% 0.22% -
XYZ 2.66 3.18 4.09 -
YUV 47.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 35 53 55 0.36 0.04 0 0.78 186 0.22 0.18
Hex 23 35 37 24 4 0 4E BA 16 12
Octal 43 65 67 44 4 0 116 272 26 22
Binary 100011 110101 110111 100100 100 0 1001110 10111010 10110 10010

Color Harmonies of #233537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233537

Black with #233537

Text Example


Text Example

White with #233537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233537; }

 p { color: rgb(35,53,55); }

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

background-color css

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

 a { background-color: rgb(35,53,55); }

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

border-color css

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

 span { border-color: rgb(35,53,55); }

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