Html Css Color HEX #222460 Paua

📋 copy color: '#222460'

red 34 ◦ green 36 ◦ blue 96

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

Shades of Paua #222460

Tints of Paua #222460

RGB

 RED value IS 34 (13.67% from 255) = 20.48%

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 20.48%
G = 21.69%
B = 57.83%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#222460 (or 0x222460) is known color: Paua. HEX triplet: 22, 24 and 60. RGB value is (34,36,96). Sum of RGB (Red+Green+Blue) = 34+36+96=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #222460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222460 is #DDDB9F. Grayscale: #2A2A2A. Windows color (decimal): -14539680 or 6300706. OLE color: 6300706.

HSL color Cylindrical-coordinate representation of color #222460: hue angle of 238.06º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #222460 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 36 96 -
CMYK 0.65 0.62 0 0.62
HSL 238.06º 0.48% 0.25% -
HSV(B) 238.06º 0.65% 0.38% -
XYZ 3.4 2.45 11.36 -
YUV 42.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 34 36 96 0.65 0.62 0 0.62 238.06 0.48 0.25
Hex 22 24 60 41 3E 0 3E EE 30 19
Octal 42 44 140 101 76 0 76 356 60 31
Binary 100010 100100 1100000 1000001 111110 0 111110 11101110 110000 11001

Color Harmonies of #222460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222460

Black with #222460

Text Example


Text Example

White with #222460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222460; }

 p { color: rgb(34,36,96); }

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

background-color css

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

 a { background-color: rgb(34,36,96); }

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

border-color css

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

 span { border-color: rgb(34,36,96); }

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