#232DBE

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

Shades of Persian Blue #232DBE

Tints of Persian Blue #232DBE

Color information

#232DBE (or 0x232DBE) is unknown color: approx Persian Blue. HEX triplet: 23, 2D and BE. RGB value is (35,45,190). Sum of RGB (Red+Green+Blue) = 35+45+190=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #232DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232DBE is #DCD241. Grayscale: #393939. Windows color (decimal): -14471746 or 12463395. OLE color: 12463395.

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

Color convert

RGB3545190-
CMYK0.820.7600.25
HSL236.13º68.89%44.12%-
HSV(B)236.13º81.58%74.51%-
XYZ10.935.9549.29-
YUV58.54202.19111.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.96%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=12.96%
G=16.67%
B=70.37%

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
Decimal35451900.820.7600.25236.1368.8944.12
Hex232DBE524C019ec452c
Octal435527612211403135410554
Binary1000111011011011111010100101001100011001111011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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