Html Css Color HEX #03292C Nordic

📋 copy color: '#03292C'

red 3 ◦ green 41 ◦ blue 44

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

Shades of Nordic #03292C

Tints of Nordic #03292C

RGB

 RED value IS 3 (1.56% from 255) = 3.41%

 GREEN value IS 41 (16.41% from 255) = 46.59%

 BLUE value IS 44 (17.58% from 255) = 50%

R = 3.41%
G = 46.59%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#03292C (or 0x03292C) is known color: Nordic. HEX triplet: 03, 29 and 2C. RGB value is (3,41,44). Sum of RGB (Red+Green+Blue) = 3+41+44=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 41 (16.41% from 255 or 46.59% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #03292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03292C is #FCD6D3. Grayscale: #1D1D1D. Windows color (decimal): -16570068 or 2894083. OLE color: 2894083.

HSL color Cylindrical-coordinate representation of color #03292C: hue angle of 184.39º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03292C is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 3 41 44 -
CMYK 0.93 0.07 0 0.83
HSL 184.39º 0.87% 0.09% -
HSV(B) 184.39º 0.93% 0.17% -
XYZ 1.29 1.79 2.66 -
YUV 29.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 3 41 44 0.93 0.07 0 0.83 184.39 0.87 0.09
Hex 3 29 2C 5D 7 0 53 B8 57 9
Octal 3 51 54 135 7 0 123 270 127 11
Binary 11 101001 101100 1011101 111 0 1010011 10111000 1010111 1001

Color Harmonies of #03292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03292C

Black with #03292C

Text Example


Text Example

White with #03292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03292C; }

 p { color: rgb(3,41,44); }

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

background-color css

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

 a { background-color: rgb(3,41,44); }

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

border-color css

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

 span { border-color: rgb(3,41,44); }

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