Html Css Color HEX #233B41 Nordic

📋 copy color: '#233B41'

red 35 ◦ green 59 ◦ blue 65

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

Shades of Nordic #233B41

Tints of Nordic #233B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.88%

R = 22.01%
G = 37.11%
B = 40.88%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#233B41 (or 0x233B41) is known color: Nordic. HEX triplet: 23, 3B and 41. RGB value is (35,59,65). Sum of RGB (Red+Green+Blue) = 35+59+65=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #233B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233B41 is #DCC4BE. Grayscale: #343434. Windows color (decimal): -14468287 or 4274979. OLE color: 4274979.

HSL color Cylindrical-coordinate representation of color #233B41: hue angle of 192º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #233B41 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 59 65 -
CMYK 0.46 0.09 0 0.75
HSL 192º 0.3% 0.2% -
HSV(B) 192º 0.46% 0.25% -
XYZ 3.21 3.87 5.58 -
YUV 52.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 35 59 65 0.46 0.09 0 0.75 192 0.3 0.2
Hex 23 3B 41 2E 9 0 4B C0 1E 14
Octal 43 73 101 56 11 0 113 300 36 24
Binary 100011 111011 1000001 101110 1001 0 1001011 11000000 11110 10100

Color Harmonies of #233B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233B41

Black with #233B41

Text Example


Text Example

White with #233B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233B41; }

 p { color: rgb(35,59,65); }

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

background-color css

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

 a { background-color: rgb(35,59,65); }

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

border-color css

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

 span { border-color: rgb(35,59,65); }

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