#222CBB

Color #222CBB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #222CBB

Tints of Persian Blue #222CBB

Color information

#222CBB (or 0x222CBB) is unknown color: approx Persian Blue. HEX triplet: 22, 2C and BB. RGB value is (34,44,187). Sum of RGB (Red+Green+Blue) = 34+44+187=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #222CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222CBB is #DDD344. Grayscale: #383838. Windows color (decimal): -14537541 or 12266530. OLE color: 12266530.

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

Color convert

RGB3444187-
CMYK0.820.7600.27
HSL236.08º69.23%43.33%-
HSV(B)236.08º81.82%73.33%-
XYZ10.535.7347.56-
YUV57.31201.19111.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.83%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 187 (73.44% from 255) = 70.57%
R=12.83%
G=16.60%
B=70.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34441870.820.7600.27236.0869.2343.33
Hex222CBB524C01Bec452b
Octal425427312211403335410553
Binary1000101011001011101110100101001100011011111011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222CBB; }

 p { color: rgb(34,44,187); }

 H1.HeaderClassName
 {
   color: #222CBB;
 }
 .AnyTagClassName
 {
   color: #222CBB;
 }
</style>
background-color css

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

 a { background-color: rgb(34,44,187); }

 div.DivClassName
 {
   background-color: #222CBB;
 }
 .BgClassName
 {
   background-color: #222CBB;
 }
</style>
border-color css

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

 span { border-color: rgb(34,44,187); }

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