Html Css Color HEX #223D41 Nordic

📋 copy color: '#223D41'

red 34 ◦ green 61 ◦ blue 65

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

Shades of Nordic #223D41

Tints of Nordic #223D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.13%

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

R = 21.25%
G = 38.13%
B = 40.63%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223D41 (or 0x223D41) is known color: Nordic. HEX triplet: 22, 3D and 41. RGB value is (34,61,65). Sum of RGB (Red+Green+Blue) = 34+61+65=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #223D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223D41 is #DDC2BE. Grayscale: #353535. Windows color (decimal): -14533311 or 4275490. OLE color: 4275490.

HSL color Cylindrical-coordinate representation of color #223D41: hue angle of 187.74º 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 #223D41 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 34 61 65 -
CMYK 0.48 0.06 0 0.75
HSL 187.74º 0.31% 0.19% -
HSV(B) 187.74º 0.48% 0.25% -
XYZ 3.28 4.06 5.61 -
YUV 53.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 34 61 65 0.48 0.06 0 0.75 187.74 0.31 0.19
Hex 22 3D 41 30 6 0 4B BC 1F 13
Octal 42 75 101 60 6 0 113 274 37 23
Binary 100010 111101 1000001 110000 110 0 1001011 10111100 11111 10011

Color Harmonies of #223D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D41

Black with #223D41

Text Example


Text Example

White with #223D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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