#2233BE

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

Shades of Persian Blue #2233BE

Tints of Persian Blue #2233BE

Color information

#2233BE (or 0x2233BE) is unknown color: approx Persian Blue. HEX triplet: 22, 33 and BE. RGB value is (34,51,190). Sum of RGB (Red+Green+Blue) = 34+51+190=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #2233BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2233BE is #DDCC41. Grayscale: #3D3D3D. Windows color (decimal): -14535746 or 12464930. OLE color: 12464930.

HSL color Cylindrical-coordinate representation of color #2233BE: hue angle of 233.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2233BE is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3451190-
CMYK0.820.7300.25
HSL233.46º69.64%43.92%-
HSV(B)233.46º82.11%74.51%-
XYZ11.146.4349.37-
YUV61.76200.37108.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=12.36%
G=18.55%
B=69.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34511900.820.7300.25233.4669.6443.92
Hex2233BE5249019e9462c
Octal426327612211103135110654
Binary1000101100111011111010100101001001011001111010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2233BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2233BE; }

 p { color: rgb(34,51,190); }

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

<style>
 a { background-color: #2233BE; }

 a { background-color: rgb(34,51,190); }

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

<style>
 span { border-color: #2233BE; }

 span { border-color: rgb(34,51,190); }

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