Html Css Color HEX #04223D Tangaroa

📋 copy color: '#04223D'

red 4 ◦ green 34 ◦ blue 61

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

Shades of Tangaroa #04223D

Tints of Tangaroa #04223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34.34%

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

R = 4.04%
G = 34.34%
B = 61.62%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04223D (or 0x04223D) is known color: Tangaroa. HEX triplet: 04, 22 and 3D. RGB value is (4,34,61). Sum of RGB (Red+Green+Blue) = 4+34+61=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #04223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04223D is #FBDDC2. Grayscale: #1B1B1B. Windows color (decimal): -16506307 or 4006404. OLE color: 4006404.

HSL color Cylindrical-coordinate representation of color #04223D: hue angle of 208.42º 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 #04223D is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 34 61 -
CMYK 0.93 0.44 0 0.76
HSL 208.42º 0.88% 0.13% -
HSV(B) 208.42º 0.93% 0.24% -
XYZ 1.46 1.51 4.63 -
YUV 28.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 4 34 61 0.93 0.44 0 0.76 208.42 0.88 0.13
Hex 4 22 3D 5D 2C 0 4C D0 58 D
Octal 4 42 75 135 54 0 114 320 130 15
Binary 100 100010 111101 1011101 101100 0 1001100 11010000 1011000 1101

Color Harmonies of #04223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04223D

Black with #04223D

Text Example


Text Example

White with #04223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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