Html Css Color HEX #221F57 Paua

📋 copy color: '#221F57'

red 34 ◦ green 31 ◦ blue 87

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

Shades of Paua #221F57

Tints of Paua #221F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 22.37%
G = 20.39%
B = 57.24%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#221F57 (or 0x221F57) is known color: Paua. HEX triplet: 22, 1F and 57. RGB value is (34,31,87). Sum of RGB (Red+Green+Blue) = 34+31+87=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #221F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F57 is #DDE0A8. Grayscale: #262626. Windows color (decimal): -14540969 or 5709602. OLE color: 5709602.

HSL color Cylindrical-coordinate representation of color #221F57: hue angle of 243.21º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221F57 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 31 87 -
CMYK 0.61 0.64 0 0.66
HSL 243.21º 0.47% 0.23% -
HSV(B) 243.21º 0.64% 0.34% -
XYZ 2.87 2.01 9.25 -
YUV 38.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 34 31 87 0.61 0.64 0 0.66 243.21 0.47 0.23
Hex 22 1F 57 3D 40 0 42 F3 2F 17
Octal 42 37 127 75 100 0 102 363 57 27
Binary 100010 11111 1010111 111101 1000000 0 1000010 11110011 101111 10111

Color Harmonies of #221F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F57

Black with #221F57

Text Example


Text Example

White with #221F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221F57; }

 p { color: rgb(34,31,87); }

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

background-color css

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

 a { background-color: rgb(34,31,87); }

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

border-color css

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

 span { border-color: rgb(34,31,87); }

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