Html Css Color HEX #022348 Tangaroa

📋 copy color: '#022348'

red 2 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #022348

Tints of Tangaroa #022348

RGB

 RED value IS 2 (1.17% from 255) = 1.83%

 GREEN value IS 35 (14.06% from 255) = 32.11%

 BLUE value IS 72 (28.52% from 255) = 66.06%

R = 1.83%
G = 32.11%
B = 66.06%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022348 (or 0x022348) is known color: Tangaroa. HEX triplet: 02, 23 and 48. RGB value is (2,35,72). Sum of RGB (Red+Green+Blue) = 2+35+72=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #022348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022348 is #FDDCB7. Grayscale: #1D1D1D. Windows color (decimal): -16637112 or 4727554. OLE color: 4727554.

HSL color Cylindrical-coordinate representation of color #022348: hue angle of 211.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022348 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 35 72 -
CMYK 0.97 0.51 0 0.72
HSL 211.71º 0.95% 0.15% -
HSV(B) 211.71º 0.97% 0.28% -
XYZ 1.8 1.68 6.36 -
YUV 29.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 2 35 72 0.97 0.51 0 0.72 211.71 0.95 0.15
Hex 2 23 48 61 33 0 48 D4 5F F
Octal 2 43 110 141 63 0 110 324 137 17
Binary 10 100011 1001000 1100001 110011 0 1001000 11010100 1011111 1111

Color Harmonies of #022348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022348

Black with #022348

Text Example


Text Example

White with #022348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022348; }

 p { color: rgb(2,35,72); }

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

background-color css

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

 a { background-color: rgb(2,35,72); }

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

border-color css

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

 span { border-color: rgb(2,35,72); }

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