#232ECB

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

Shades of Persian Blue #232ECB

Tints of Persian Blue #232ECB

Color information

#232ECB (or 0x232ECB) is unknown color: approx Persian Blue. HEX triplet: 23, 2E and CB. RGB value is (35,46,203). Sum of RGB (Red+Green+Blue) = 35+46+203=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #232ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ECB is #DCD134. Grayscale: #3B3B3B. Windows color (decimal): -14471477 or 13315619. OLE color: 13315619.

HSL color Cylindrical-coordinate representation of color #232ECB: hue angle of 236.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #232ECB is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3546203-
CMYK0.830.7700.20
HSL236.07º70.59%46.67%-
HSV(B)236.07º82.76%79.61%-
XYZ12.456.6257.12-
YUV60.61208.36109.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.32%
GREEN value IS 46 (18.36% from 255) = 16.20%
BLUE value IS 203 (79.69% from 255) = 71.48%
R=12.32%
G=16.20%
B=71.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35462030.830.7700.20236.0770.5946.67
Hex232ECB534D014ec472f
Octal435631312311502435410757
Binary1000111011101100101110100111001101010100111011001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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