Html Css Color HEX #243F42 Nordic

📋 copy color: '#243F42'

red 36 ◦ green 63 ◦ blue 66

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

Shades of Nordic #243F42

Tints of Nordic #243F42

RGB

 RED value IS 36 (14.45% from 255) = 21.82%

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

 BLUE value IS 66 (26.17% from 255) = 40%

R = 21.82%
G = 38.18%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#243F42 (or 0x243F42) is known color: Nordic. HEX triplet: 24, 3F and 42. RGB value is (36,63,66). Sum of RGB (Red+Green+Blue) = 36+63+66=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 63 (25% from 255 or 38.18% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 66 - color contains mainly: blue. Hex color #243F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F42 is #DBC0BD. Grayscale: #373737. Windows color (decimal): -14401726 or 4341540. OLE color: 4341540.

HSL color Cylindrical-coordinate representation of color #243F42: hue angle of 186º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #243F42 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 36 63 66 -
CMYK 0.45 0.05 0 0.74
HSL 186º 0.29% 0.2% -
HSV(B) 186º 0.45% 0.26% -
XYZ 3.49 4.32 5.8 -
YUV 55.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 36 63 66 0.45 0.05 0 0.74 186 0.29 0.2
Hex 24 3F 42 2D 5 0 4A BA 1D 14
Octal 44 77 102 55 5 0 112 272 35 24
Binary 100100 111111 1000010 101101 101 0 1001010 10111010 11101 10100

Color Harmonies of #243F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F42

Black with #243F42

Text Example


Text Example

White with #243F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243F42; }

 p { color: rgb(36,63,66); }

 H1.HeaderClassName
 {
   color: #243F42;
 }
 .AnyTagClassName
 {
   color: #243F42;
 }
</style>

background-color css

<style>
 a { background-color: #243F42; }

 a { background-color: rgb(36,63,66); }

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

border-color css

<style>
 span { border-color: #243F42; }

 span { border-color: rgb(36,63,66); }

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