#2433AF

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

Shades of Persian Blue #2433AF

Tints of Persian Blue #2433AF

Color information

#2433AF (or 0x2433AF) is unknown color: approx Persian Blue. HEX triplet: 24, 33 and AF. RGB value is (36,51,175). Sum of RGB (Red+Green+Blue) = 36+51+175=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #2433AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2433AF is #DBCC50. Grayscale: #3C3C3C. Windows color (decimal): -14404689 or 11481892. OLE color: 11481892.

HSL color Cylindrical-coordinate representation of color #2433AF: hue angle of 233.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2433AF is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3651175-
CMYK0.790.7100.31
HSL233.53º65.88%41.37%-
HSV(B)233.53º79.43%68.63%-
XYZ9.655.8441.18-
YUV60.65192.53110.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.74%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 175 (68.75% from 255) = 66.79%
R=13.74%
G=19.47%
B=66.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal36511750.790.7100.31233.5365.8841.37
Hex2433AF4F4701Fea4229
Octal446325711710703735210251
Binary1001001100111010111110011111000111011111111010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2433AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2433AF; }

 p { color: rgb(36,51,175); }

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

<style>
 a { background-color: #2433AF; }

 a { background-color: rgb(36,51,175); }

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

<style>
 span { border-color: #2433AF; }

 span { border-color: rgb(36,51,175); }

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