Html Css Color HEX #220F5B Paua

📋 copy color: '#220F5B'

red 34 ◦ green 15 ◦ blue 91

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

Shades of Paua #220F5B

Tints of Paua #220F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

 BLUE value IS 91 (35.94% from 255) = 65%

R = 24.29%
G = 10.71%
B = 65%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#220F5B (or 0x220F5B) is known color: Paua. HEX triplet: 22, 0F and 5B. RGB value is (34,15,91). Sum of RGB (Red+Green+Blue) = 34+15+91=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #220F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F5B is #DDF0A4. Grayscale: #1D1D1D. Windows color (decimal): -14545061 or 5967650. OLE color: 5967650.

HSL color Cylindrical-coordinate representation of color #220F5B: hue angle of 255º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #220F5B is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 15 91 -
CMYK 0.63 0.84 0 0.64
HSL 255º 0.72% 0.21% -
HSV(B) 255º 0.84% 0.36% -
XYZ 2.72 1.44 10.03 -
YUV 29.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 34 15 91 0.63 0.84 0 0.64 255 0.72 0.21
Hex 22 F 5B 3F 54 0 40 FF 48 15
Octal 42 17 133 77 124 0 100 377 110 25
Binary 100010 1111 1011011 111111 1010100 0 1000000 11111111 1001000 10101

Color Harmonies of #220F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F5B

Black with #220F5B

Text Example


Text Example

White with #220F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F5B; }

 p { color: rgb(34,15,91); }

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

background-color css

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

 a { background-color: rgb(34,15,91); }

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

border-color css

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

 span { border-color: rgb(34,15,91); }

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