Html Css Color HEX #221FBA Persian Blue

📋 copy color: '#221FBA'

red 34 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #221FBA

Tints of Persian Blue #221FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 74.1%

R = 13.55%
G = 12.35%
B = 74.1%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#221FBA (or 0x221FBA) is known color: Persian Blue. HEX triplet: 22, 1F and BA. RGB value is (34,31,186). Sum of RGB (Red+Green+Blue) = 34+31+186=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #221FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221FBA is #DDE045. Grayscale: #303030. Windows color (decimal): -14540870 or 12197666. OLE color: 12197666.

HSL color Cylindrical-coordinate representation of color #221FBA: hue angle of 241.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221FBA is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 31 186 -
CMYK 0.82 0.83 0 0.27
HSL 241.16º 0.71% 0.43% -
HSV(B) 241.16º 0.83% 0.73% -
XYZ 10.01 4.87 46.87 -
YUV 49.57 204.99 116.9 -
System Red Green Blue C M Y K H S L
Decimal 34 31 186 0.82 0.83 0 0.27 241.16 0.71 0.43
Hex 22 1F BA 52 53 0 1B F1 47 2B
Octal 42 37 272 122 123 0 33 361 107 53
Binary 100010 11111 10111010 1010010 1010011 0 11011 11110001 1000111 101011

Color Harmonies of #221FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221FBA

Black with #221FBA

Text Example


Text Example

White with #221FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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