#233AEC

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

Shades of Persian Blue #233AEC

Tints of Persian Blue #233AEC

Color information

#233AEC (or 0x233AEC) is unknown color: approx Persian Blue. HEX triplet: 23, 3A and EC. RGB value is (35,58,236). Sum of RGB (Red+Green+Blue) = 35+58+236=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #233AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #233AEC is #DCC513. Grayscale: #464646. Windows color (decimal): -14468372 or 15481379. OLE color: 15481379.

HSL color Cylindrical-coordinate representation of color #233AEC: hue angle of 233.13º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #233AEC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3558236-
CMYK0.850.7500.07
HSL233.13º84.1%53.14%-
HSV(B)233.13º85.17%92.55%-
XYZ17.359.4480.26-
YUV71.41220.88102.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.64%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 236 (92.58% from 255) = 71.73%
R=10.64%
G=17.63%
B=71.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal35582360.850.7500.07233.1384.153.14
Hex233AEC554B07e95435
Octal43723541251130735112465
Binary10001111101011101100101010110010110111111010011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,58,236); }

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

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

 a { background-color: rgb(35,58,236); }

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

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

 span { border-color: rgb(35,58,236); }

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