#233EB0

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

Shades of Persian Blue #233EB0

Tints of Persian Blue #233EB0

Color information

#233EB0 (or 0x233EB0) is unknown color: approx Persian Blue. HEX triplet: 23, 3E and B0. RGB value is (35,62,176). Sum of RGB (Red+Green+Blue) = 35+62+176=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #233EB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233EB0 is #DCC14F. Grayscale: #424242. Windows color (decimal): -14467408 or 11550243. OLE color: 11550243.

HSL color Cylindrical-coordinate representation of color #233EB0: hue angle of 228.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #233EB0 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3562176-
CMYK0.800.6500.31
HSL228.51º66.82%41.37%-
HSV(B)228.51º80.11%69.02%-
XYZ10.256.9441.87-
YUV66.92189.55105.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 176 (69.14% from 255) = 64.47%
R=12.82%
G=22.71%
B=64.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35621760.800.6500.31228.5166.8241.37
Hex233EB0504101Fe54329
Octal437626012010103734510351
Binary1000111111101011000010100001000001011111111001011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233EB0; }

 p { color: rgb(35,62,176); }

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

<style>
 a { background-color: #233EB0; }

 a { background-color: rgb(35,62,176); }

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

<style>
 span { border-color: #233EB0; }

 span { border-color: rgb(35,62,176); }

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