#233FB5

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

Shades of Persian Blue #233FB5

Tints of Persian Blue #233FB5

Color information

#233FB5 (or 0x233FB5) is unknown color: approx Persian Blue. HEX triplet: 23, 3F and B5. RGB value is (35,63,181). Sum of RGB (Red+Green+Blue) = 35+63+181=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #233FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FB5 is #DCC04A. Grayscale: #434343. Windows color (decimal): -14467147 or 11878179. OLE color: 11878179.

HSL color Cylindrical-coordinate representation of color #233FB5: hue angle of 228.49º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233FB5 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3563181-
CMYK0.810.6500.29
HSL228.49º67.59%42.35%-
HSV(B)228.49º80.66%70.98%-
XYZ10.817.2544.55-
YUV68.08191.72104.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.54%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 181 (71.09% from 255) = 64.87%
R=12.54%
G=22.58%
B=64.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35631810.810.6500.29228.4967.5942.35
Hex233FB5514101De4442a
Octal437726512110103534410452
Binary1000111111111011010110100011000001011101111001001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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