#2336DA

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

Shades of Persian Blue #2336DA

Tints of Persian Blue #2336DA

Color information

#2336DA (or 0x2336DA) is unknown color: approx Persian Blue. HEX triplet: 23, 36 and DA. RGB value is (35,54,218). Sum of RGB (Red+Green+Blue) = 35+54+218=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #2336DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2336DA is #DCC925. Grayscale: #424242. Windows color (decimal): -14469414 or 14300707. OLE color: 14300707.

HSL color Cylindrical-coordinate representation of color #2336DA: hue angle of 233.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2336DA is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3554218-
CMYK0.840.7500.15
HSL233.77º72.33%49.61%-
HSV(B)233.77º83.94%85.49%-
XYZ14.678.0667.11-
YUV67.02213.21105.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.40%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 218 (85.55% from 255) = 71.01%
R=11.40%
G=17.59%
B=71.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal35542180.840.7500.15233.7772.3349.61
Hex2336DA544B0Fea4832
Octal436633212411301735211062
Binary100011110110110110101010100100101101111111010101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2336DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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