Html Css Color HEX #223B40 Nordic

📋 copy color: '#223B40'

red 34 ◦ green 59 ◦ blue 64

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

Shades of Nordic #223B40

Tints of Nordic #223B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 21.66%
G = 37.58%
B = 40.76%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223B40 (or 0x223B40) is known color: Nordic. HEX triplet: 22, 3B and 40. RGB value is (34,59,64). Sum of RGB (Red+Green+Blue) = 34+59+64=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #223B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223B40 is #DDC4BF. Grayscale: #343434. Windows color (decimal): -14533824 or 4209442. OLE color: 4209442.

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

Color convert

RGB 34 59 64 -
CMYK 0.47 0.08 0 0.75
HSL 190º 0.31% 0.19% -
HSV(B) 190º 0.47% 0.25% -
XYZ 3.15 3.84 5.43 -
YUV 52.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 34 59 64 0.47 0.08 0 0.75 190 0.31 0.19
Hex 22 3B 40 2F 8 0 4B BE 1F 13
Octal 42 73 100 57 10 0 113 276 37 23
Binary 100010 111011 1000000 101111 1000 0 1001011 10111110 11111 10011

Color Harmonies of #223B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B40

Black with #223B40

Text Example


Text Example

White with #223B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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