Html Css Color HEX #04333F Nordic

📋 copy color: '#04333F'

red 4 ◦ green 51 ◦ blue 63

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

Shades of Nordic #04333F

Tints of Nordic #04333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 53.39%

R = 3.39%
G = 43.22%
B = 53.39%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04333F (or 0x04333F) is known color: Nordic. HEX triplet: 04, 33 and 3F. RGB value is (4,51,63). Sum of RGB (Red+Green+Blue) = 4+51+63=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #04333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04333F is #FBCCC0. Grayscale: #262626. Windows color (decimal): -16501953 or 4141828. OLE color: 4141828.

HSL color Cylindrical-coordinate representation of color #04333F: hue angle of 192.2º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04333F is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 51 63 -
CMYK 0.94 0.19 0 0.75
HSL 192.2º 0.88% 0.13% -
HSV(B) 192.2º 0.94% 0.25% -
XYZ 2.13 2.75 5.12 -
YUV 38.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 4 51 63 0.94 0.19 0 0.75 192.2 0.88 0.13
Hex 4 33 3F 5E 13 0 4B C0 58 D
Octal 4 63 77 136 23 0 113 300 130 15
Binary 100 110011 111111 1011110 10011 0 1001011 11000000 1011000 1101

Color Harmonies of #04333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04333F

Black with #04333F

Text Example


Text Example

White with #04333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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