Html Css Color HEX #223B41 Nordic

📋 copy color: '#223B41'

red 34 ◦ green 59 ◦ blue 65

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

Shades of Nordic #223B41

Tints of Nordic #223B41

RGB

 RED value IS 34 (13.67% from 255) = 21.52%

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

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

R = 21.52%
G = 37.34%
B = 41.14%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223B41 (or 0x223B41) is known color: Nordic. HEX triplet: 22, 3B and 41. RGB value is (34,59,65). Sum of RGB (Red+Green+Blue) = 34+59+65=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #223B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B41 is #DDC4BE. Grayscale: #343434. Windows color (decimal): -14533823 or 4274978. OLE color: 4274978.

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

Color convert

RGB 34 59 65 -
CMYK 0.48 0.09 0 0.75
HSL 191.61º 0.31% 0.19% -
HSV(B) 191.61º 0.48% 0.25% -
XYZ 3.18 3.85 5.58 -
YUV 52.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 34 59 65 0.48 0.09 0 0.75 191.61 0.31 0.19
Hex 22 3B 41 30 9 0 4B C0 1F 13
Octal 42 73 101 60 11 0 113 300 37 23
Binary 100010 111011 1000001 110000 1001 0 1001011 11000000 11111 10011

Color Harmonies of #223B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B41

Black with #223B41

Text Example


Text Example

White with #223B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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