#233FB0

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

Shades of Persian Blue #233FB0

Tints of Persian Blue #233FB0

Color information

#233FB0 (or 0x233FB0) is unknown color: approx Persian Blue. HEX triplet: 23, 3F and B0. RGB value is (35,63,176). Sum of RGB (Red+Green+Blue) = 35+63+176=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #233FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233FB0 is #DCC04F. Grayscale: #434343. Windows color (decimal): -14467152 or 11550499. OLE color: 11550499.

HSL color Cylindrical-coordinate representation of color #233FB0: hue angle of 228.09º 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 #233FB0 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3563176-
CMYK0.800.6400.31
HSL228.09º66.82%41.37%-
HSV(B)228.09º80.11%69.02%-
XYZ10.317.0541.89-
YUV67.51189.22104.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.77%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 176 (69.14% from 255) = 64.23%
R=12.77%
G=22.99%
B=64.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal35631760.800.6400.31228.0966.8241.37
Hex233FB0504001Fe44329
Octal437726012010003734410351
Binary1000111111111011000010100001000000011111111001001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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