Html Css Color HEX #234041 Nordic

📋 copy color: '#234041'

red 35 ◦ green 64 ◦ blue 65

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

Shades of Nordic #234041

Tints of Nordic #234041

RGB

 RED value IS 35 (14.06% from 255) = 21.34%

 GREEN value IS 64 (25.39% from 255) = 39.02%

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

R = 21.34%
G = 39.02%
B = 39.63%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#234041 (or 0x234041) is known color: Nordic. HEX triplet: 23, 40 and 41. RGB value is (35,64,65). Sum of RGB (Red+Green+Blue) = 35+64+65=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 64 (25.39% from 255 or 39.02% 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 #234041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234041 is #DCBFBE. Grayscale: #373737. Windows color (decimal): -14467007 or 4276259. OLE color: 4276259.

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

Color convert

RGB 35 64 65 -
CMYK 0.46 0.02 0 0.75
HSL 182º 0.3% 0.2% -
HSV(B) 182º 0.46% 0.25% -
XYZ 3.48 4.41 5.67 -
YUV 55.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 35 64 65 0.46 0.02 0 0.75 182 0.3 0.2
Hex 23 40 41 2E 2 0 4B B6 1E 14
Octal 43 100 101 56 2 0 113 266 36 24
Binary 100011 1000000 1000001 101110 10 0 1001011 10110110 11110 10100

Color Harmonies of #234041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234041

Black with #234041

Text Example


Text Example

White with #234041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234041; }

 p { color: rgb(35,64,65); }

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

background-color css

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

 a { background-color: rgb(35,64,65); }

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

border-color css

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

 span { border-color: rgb(35,64,65); }

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