Html Css Color HEX #243F41 Nordic

📋 copy color: '#243F41'

red 36 ◦ green 63 ◦ blue 65

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

Shades of Nordic #243F41

Tints of Nordic #243F41

RGB

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

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

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

R = 21.95%
G = 38.41%
B = 39.63%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#243F41 (or 0x243F41) is known color: Nordic. HEX triplet: 24, 3F and 41. RGB value is (36,63,65). Sum of RGB (Red+Green+Blue) = 36+63+65=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 63 (25% from 255 or 38.41% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #243F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F41 is #DBC0BE. Grayscale: #373737. Windows color (decimal): -14401727 or 4276004. OLE color: 4276004.

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

Color convert

RGB 36 63 65 -
CMYK 0.45 0.03 0 0.75
HSL 184.14º 0.29% 0.2% -
HSV(B) 184.14º 0.45% 0.25% -
XYZ 3.46 4.31 5.65 -
YUV 55.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 36 63 65 0.45 0.03 0 0.75 184.14 0.29 0.2
Hex 24 3F 41 2D 3 0 4B B8 1D 14
Octal 44 77 101 55 3 0 113 270 35 24
Binary 100100 111111 1000001 101101 11 0 1001011 10111000 11101 10100

Color Harmonies of #243F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243F41

Black with #243F41

Text Example


Text Example

White with #243F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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