Html Css Color HEX #283F40 Nordic

📋 copy color: '#283F40'

red 40 ◦ green 63 ◦ blue 64

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

Shades of Nordic #283F40

Tints of Nordic #283F40

RGB

 RED value IS 40 (16.02% from 255) = 23.95%

 GREEN value IS 63 (25% from 255) = 37.72%

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

R = 23.95%
G = 37.72%
B = 38.32%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283F40 (or 0x283F40) is known color: Nordic. HEX triplet: 28, 3F and 40. RGB value is (40,63,64). Sum of RGB (Red+Green+Blue) = 40+63+64=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 63 (25% from 255 or 37.72% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #283F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283F40 is #D7C0BF. Grayscale: #383838. Windows color (decimal): -14139584 or 4210472. OLE color: 4210472.

HSL color Cylindrical-coordinate representation of color #283F40: hue angle of 182.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283F40 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 63 64 -
CMYK 0.38 0.02 0 0.75
HSL 182.5º 0.23% 0.2% -
HSV(B) 182.5º 0.38% 0.25% -
XYZ 3.58 4.38 5.51 -
YUV 56.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 40 63 64 0.38 0.02 0 0.75 182.5 0.23 0.2
Hex 28 3F 40 26 2 0 4B B6 17 14
Octal 50 77 100 46 2 0 113 266 27 24
Binary 101000 111111 1000000 100110 10 0 1001011 10110110 10111 10100

Color Harmonies of #283F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283F40

Black with #283F40

Text Example


Text Example

White with #283F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283F40; }

 p { color: rgb(40,63,64); }

 H1.HeaderClassName
 {
   color: #283F40;
 }
 .AnyTagClassName
 {
   color: #283F40;
 }
</style>

background-color css

<style>
 a { background-color: #283F40; }

 a { background-color: rgb(40,63,64); }

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

border-color css

<style>
 span { border-color: #283F40; }

 span { border-color: rgb(40,63,64); }

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