#233FBC

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

Shades of Persian Blue #233FBC

Tints of Persian Blue #233FBC

Color information

#233FBC (or 0x233FBC) is unknown color: approx Persian Blue. HEX triplet: 23, 3F and BC. RGB value is (35,63,188). Sum of RGB (Red+Green+Blue) = 35+63+188=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #233FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #233FBC is #DCC043. Grayscale: #444444. Windows color (decimal): -14467140 or 12336931. OLE color: 12336931.

HSL color Cylindrical-coordinate representation of color #233FBC: hue angle of 229.02º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #233FBC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3563188-
CMYK0.810.6600.26
HSL229.02º68.61%43.73%-
HSV(B)229.02º81.38%73.73%-
XYZ11.557.5448.42-
YUV68.88195.22103.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.24%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 188 (73.83% from 255) = 65.73%
R=12.24%
G=22.03%
B=65.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal35631880.810.6600.26229.0268.6143.73
Hex233FBC514201Ae5452c
Octal437727412110203234510554
Binary1000111111111011110010100011000010011010111001011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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