Html Css Color HEX #222DBB Persian Blue

📋 copy color: '#222DBB'

red 34 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #222DBB

Tints of Persian Blue #222DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 12.78%
G = 16.92%
B = 70.3%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#222DBB (or 0x222DBB) is known color: Persian Blue. HEX triplet: 22, 2D and BB. RGB value is (34,45,187). Sum of RGB (Red+Green+Blue) = 34+45+187=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #222DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222DBB is #DDD244. Grayscale: #393939. Windows color (decimal): -14537285 or 12266786. OLE color: 12266786.

HSL color Cylindrical-coordinate representation of color #222DBB: hue angle of 235.69º 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 #222DBB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 45 187 -
CMYK 0.82 0.76 0 0.27
HSL 235.69º 0.69% 0.43% -
HSV(B) 235.69º 0.82% 0.73% -
XYZ 10.57 5.8 47.58 -
YUV 57.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 34 45 187 0.82 0.76 0 0.27 235.69 0.69 0.43
Hex 22 2D BB 52 4C 0 1B EC 45 2B
Octal 42 55 273 122 114 0 33 354 105 53
Binary 100010 101101 10111011 1010010 1001100 0 11011 11101100 1000101 101011

Color Harmonies of #222DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222DBB

Black with #222DBB

Text Example


Text Example

White with #222DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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