Html Css Color HEX #223C3F Nordic

📋 copy color: '#223C3F'

red 34 ◦ green 60 ◦ blue 63

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

Shades of Nordic #223C3F

Tints of Nordic #223C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 38.22%

 BLUE value IS 63 (25% from 255) = 40.13%

R = 21.66%
G = 38.22%
B = 40.13%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#223C3F (or 0x223C3F) is known color: Nordic. HEX triplet: 22, 3C and 3F. RGB value is (34,60,63). Sum of RGB (Red+Green+Blue) = 34+60+63=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #223C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223C3F is #DDC3C0. Grayscale: #343434. Windows color (decimal): -14533569 or 4144162. OLE color: 4144162.

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

Color convert

RGB 34 60 63 -
CMYK 0.46 0.05 0 0.75
HSL 186.21º 0.3% 0.19% -
HSV(B) 186.21º 0.46% 0.25% -
XYZ 3.17 3.93 5.29 -
YUV 52.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 34 60 63 0.46 0.05 0 0.75 186.21 0.3 0.19
Hex 22 3C 3F 2E 5 0 4B BA 1E 13
Octal 42 74 77 56 5 0 113 272 36 23
Binary 100010 111100 111111 101110 101 0 1001011 10111010 11110 10011

Color Harmonies of #223C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223C3F

Black with #223C3F

Text Example


Text Example

White with #223C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,60,63); }

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

background-color css

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

 a { background-color: rgb(34,60,63); }

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

border-color css

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

 span { border-color: rgb(34,60,63); }

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