#2336AD

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

Shades of Persian Blue #2336AD

Tints of Persian Blue #2336AD

Color information

#2336AD (or 0x2336AD) is unknown color: approx Persian Blue. HEX triplet: 23, 36 and AD. RGB value is (35,54,173). Sum of RGB (Red+Green+Blue) = 35+54+173=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 173 (67.97% from 255 or 66.03% from 262); Max value from RGB is 173 - color contains mainly: blue. Hex color #2336AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2336AD is #DCC952. Grayscale: #3D3D3D. Windows color (decimal): -14469459 or 11351587. OLE color: 11351587.

HSL color Cylindrical-coordinate representation of color #2336AD: hue angle of 231.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2336AD is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3554173-
CMYK0.800.6900.32
HSL231.74º66.35%40.78%-
HSV(B)231.74º79.77%67.84%-
XYZ9.566.0140.19-
YUV61.88190.71108.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 173 (67.97% from 255) = 66.03%
R=13.36%
G=20.61%
B=66.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35541730.800.6900.32231.7466.3540.78
Hex2336AD5045020e84229
Octal436625512010504035010251
Binary10001111011010101101101000010001010100000111010001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2336AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2336AD; }

 p { color: rgb(35,54,173); }

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

<style>
 a { background-color: #2336AD; }

 a { background-color: rgb(35,54,173); }

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

<style>
 span { border-color: #2336AD; }

 span { border-color: rgb(35,54,173); }

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