Html Css Color HEX #04333D Nordic

📋 copy color: '#04333D'

red 4 ◦ green 51 ◦ blue 61

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

Shades of Nordic #04333D

Tints of Nordic #04333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.59%

R = 3.45%
G = 43.97%
B = 52.59%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04333D (or 0x04333D) is known color: Nordic. HEX triplet: 04, 33 and 3D. RGB value is (4,51,61). Sum of RGB (Red+Green+Blue) = 4+51+61=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #04333D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04333D is #FBCCC2. Grayscale: #262626. Windows color (decimal): -16501955 or 4010756. OLE color: 4010756.

HSL color Cylindrical-coordinate representation of color #04333D: hue angle of 190.53º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04333D is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 51 61 -
CMYK 0.93 0.16 0 0.76
HSL 190.53º 0.88% 0.13% -
HSV(B) 190.53º 0.93% 0.24% -
XYZ 2.08 2.73 4.83 -
YUV 38.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 4 51 61 0.93 0.16 0 0.76 190.53 0.88 0.13
Hex 4 33 3D 5D 10 0 4C BF 58 D
Octal 4 63 75 135 20 0 114 277 130 15
Binary 100 110011 111101 1011101 10000 0 1001100 10111111 1011000 1101

Color Harmonies of #04333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04333D

Black with #04333D

Text Example


Text Example

White with #04333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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