Html Css Color HEX #043338 Nordic

📋 copy color: '#043338'

red 4 ◦ green 51 ◦ blue 56

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

Shades of Nordic #043338

Tints of Nordic #043338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 3.6%
G = 45.95%
B = 50.45%

CMYK

 C value IS 0.93

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#043338 (or 0x043338) is known color: Nordic. HEX triplet: 04, 33 and 38. RGB value is (4,51,56). Sum of RGB (Red+Green+Blue) = 4+51+56=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #043338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043338 is #FBCCC7. Grayscale: #252525. Windows color (decimal): -16501960 or 3683076. OLE color: 3683076.

HSL color Cylindrical-coordinate representation of color #043338: hue angle of 185.77º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043338 is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 51 56 -
CMYK 0.93 0.09 0 0.78
HSL 185.77º 0.87% 0.12% -
HSV(B) 185.77º 0.93% 0.22% -
XYZ 1.95 2.68 4.16 -
YUV 37.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 4 51 56 0.93 0.09 0 0.78 185.77 0.87 0.12
Hex 4 33 38 5D 9 0 4E BA 57 C
Octal 4 63 70 135 11 0 116 272 127 14
Binary 100 110011 111000 1011101 1001 0 1001110 10111010 1010111 1100

Color Harmonies of #043338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043338

Black with #043338

Text Example


Text Example

White with #043338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043338; }

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

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

background-color css

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

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

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

border-color css

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

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

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