#232CBF

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

Shades of Persian Blue #232CBF

Tints of Persian Blue #232CBF

Color information

#232CBF (or 0x232CBF) is unknown color: approx Persian Blue. HEX triplet: 23, 2C and BF. RGB value is (35,44,191). Sum of RGB (Red+Green+Blue) = 35+44+191=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #232CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232CBF is #DCD340. Grayscale: #393939. Windows color (decimal): -14472001 or 12528675. OLE color: 12528675.

HSL color Cylindrical-coordinate representation of color #232CBF: hue angle of 236.54º degrees, saturation: 0.69, 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 #232CBF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3544191-
CMYK0.820.7700.25
HSL236.54º69.03%44.31%-
HSV(B)236.54º81.68%74.9%-
XYZ115.9249.85-
YUV58.07203.02111.55-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 191 (75% from 255) = 70.74%
R=12.96%
G=16.30%
B=70.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35441910.820.7700.25236.5469.0344.31
Hex232CBF524D019ed452c
Octal435427712211503135510554
Binary1000111011001011111110100101001101011001111011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232CBF; }

 p { color: rgb(35,44,191); }

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

<style>
 a { background-color: #232CBF; }

 a { background-color: rgb(35,44,191); }

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

<style>
 span { border-color: #232CBF; }

 span { border-color: rgb(35,44,191); }

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