#232DEE

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

Shades of Persian Blue #232DEE

Tints of Persian Blue #232DEE

Color information

#232DEE (or 0x232DEE) is unknown color: approx Persian Blue. HEX triplet: 23, 2D and EE. RGB value is (35,45,238). Sum of RGB (Red+Green+Blue) = 35+45+238=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #232DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #232DEE is #DCD211. Grayscale: #3F3F3F. Windows color (decimal): -14471698 or 15609123. OLE color: 15609123.

HSL color Cylindrical-coordinate representation of color #232DEE: hue angle of 237.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #232DEE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3545238-
CMYK0.850.8100.07
HSL237.04º85.65%53.53%-
HSV(B)237.04º85.29%93.33%-
XYZ17.068.4181.61-
YUV64.01226.19107.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.01%
GREEN value IS 45 (17.97% from 255) = 14.15%
BLUE value IS 238 (93.36% from 255) = 74.84%
R=11.01%
G=14.15%
B=74.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal35452380.850.8100.07237.0485.6553.53
Hex232DEE555107ed5636
Octal43553561251210735512666
Binary10001110110111101110101010110100010111111011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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