Html Css Color HEX #00223D Tangaroa

📋 copy color: '#00223D'

red 0 ◦ green 34 ◦ blue 61

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

Shades of Tangaroa #00223D

Tints of Tangaroa #00223D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 35.79%
B = 64.21%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00223D (or 0x00223D) is known color: Tangaroa. HEX triplet: 00, 22 and 3D. RGB value is (0,34,61). Sum of RGB (Red+Green+Blue) = 0+34+61=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #00223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223D is #FFDDC2. Grayscale: #1A1A1A. Windows color (decimal): -16768451 or 4006400. OLE color: 4006400.

HSL color Cylindrical-coordinate representation of color #00223D: hue angle of 206.56º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00223D is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 34 61 -
CMYK 1 0.44 0 0.76
HSL 206.56º 1% 0.12% -
HSV(B) 206.56º 1% 0.24% -
XYZ 1.41 1.48 4.63 -
YUV 26.91 147.24 108.8 -
System Red Green Blue C M Y K H S L
Decimal 0 34 61 1 0.44 0 0.76 206.56 1 0.12
Hex 0 22 3D 64 2C 0 4C CF 64 C
Octal 0 42 75 144 54 0 114 317 144 14
Binary 0 100010 111101 1100100 101100 0 1001100 11001111 1100100 1100

Color Harmonies of #00223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00223D

Black with #00223D

Text Example


Text Example

White with #00223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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