Html Css Color HEX #00223C Tangaroa

📋 copy color: '#00223C'

red 0 ◦ green 34 ◦ blue 60

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

Shades of Tangaroa #00223C

Tints of Tangaroa #00223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 63.83%

R = 0%
G = 36.17%
B = 63.83%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00223C (or 0x00223C) is known color: Tangaroa. HEX triplet: 00, 22 and 3C. RGB value is (0,34,60). Sum of RGB (Red+Green+Blue) = 0+34+60=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #00223C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00223C is #FFDDC3. Grayscale: #1A1A1A. Windows color (decimal): -16768452 or 3940864. OLE color: 3940864.

HSL color Cylindrical-coordinate representation of color #00223C: hue angle of 206º 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 #00223C is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 34 60 -
CMYK 1 0.43 0 0.76
HSL 206º 1% 0.12% -
HSV(B) 206º 1% 0.24% -
XYZ 1.39 1.47 4.49 -
YUV 26.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 0 34 60 1 0.43 0 0.76 206 1 0.12
Hex 0 22 3C 64 2B 0 4C CE 64 C
Octal 0 42 74 144 53 0 114 316 144 14
Binary 0 100010 111100 1100100 101011 0 1001100 11001110 1100100 1100

Color Harmonies of #00223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00223C

Black with #00223C

Text Example


Text Example

White with #00223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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