#232EBE

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

Shades of Persian Blue #232EBE

Tints of Persian Blue #232EBE

Color information

#232EBE (or 0x232EBE) is unknown color: approx Persian Blue. HEX triplet: 23, 2E and BE. RGB value is (35,46,190). Sum of RGB (Red+Green+Blue) = 35+46+190=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #232EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232EBE is #DCD141. Grayscale: #3A3A3A. Windows color (decimal): -14471490 or 12463651. OLE color: 12463651.

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

Color convert

RGB3546190-
CMYK0.820.7600.25
HSL235.74º68.89%44.12%-
HSV(B)235.74º81.58%74.51%-
XYZ10.966.0349.3-
YUV59.13201.86110.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=12.92%
G=16.97%
B=70.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35461900.820.7600.25235.7468.8944.12
Hex232EBE524C019ec452c
Octal435627612211403135410554
Binary1000111011101011111010100101001100011001111011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,46,190); }

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

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

 a { background-color: rgb(35,46,190); }

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

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

 span { border-color: rgb(35,46,190); }

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