Html Css Color HEX #043334 Nordic

📋 copy color: '#043334'

red 4 ◦ green 51 ◦ blue 52

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

Shades of Nordic #043334

Tints of Nordic #043334

RGB

 RED value IS 4 (1.95% from 255) = 3.74%

 GREEN value IS 51 (20.31% from 255) = 47.66%

 BLUE value IS 52 (20.7% from 255) = 48.6%

R = 3.74%
G = 47.66%
B = 48.6%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#043334 (or 0x043334) is known color: Nordic. HEX triplet: 04, 33 and 34. RGB value is (4,51,52). Sum of RGB (Red+Green+Blue) = 4+51+52=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #043334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043334 is #FBCCCB. Grayscale: #252525. Windows color (decimal): -16501964 or 3420932. OLE color: 3420932.

HSL color Cylindrical-coordinate representation of color #043334: hue angle of 181.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043334 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 51 52 -
CMYK 0.92 0.02 0 0.80
HSL 181.25º 0.86% 0.11% -
HSV(B) 181.25º 0.92% 0.2% -
XYZ 1.85 2.64 3.66 -
YUV 37.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 4 51 52 0.92 0.02 0 0.80 181.25 0.86 0.11
Hex 4 33 34 5C 2 0 50 B5 56 B
Octal 4 63 64 134 2 0 120 265 126 13
Binary 100 110011 110100 1011100 10 0 1010000 10110101 1010110 1011

Color Harmonies of #043334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043334

Black with #043334

Text Example


Text Example

White with #043334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043334; }

 p { color: rgb(4,51,52); }

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

background-color css

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

 a { background-color: rgb(4,51,52); }

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

border-color css

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

 span { border-color: rgb(4,51,52); }

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