#232AB9

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

Shades of Persian Blue #232AB9

Tints of Persian Blue #232AB9

Color information

#232AB9 (or 0x232AB9) is unknown color: approx Persian Blue. HEX triplet: 23, 2A and B9. RGB value is (35,42,185). Sum of RGB (Red+Green+Blue) = 35+42+185=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #232AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AB9 is #DCD546. Grayscale: #373737. Windows color (decimal): -14472519 or 12134947. OLE color: 12134947.

HSL color Cylindrical-coordinate representation of color #232AB9: hue angle of 237.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232AB9 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3542185-
CMYK0.810.7700.27
HSL237.2º68.18%43.14%-
HSV(B)237.2º81.08%72.55%-
XYZ10.285.5246.42-
YUV56.21200.68112.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 185 (72.66% from 255) = 70.61%
R=13.36%
G=16.03%
B=70.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35421850.810.7700.27237.268.1843.14
Hex232AB9514D01Bed442b
Octal435227112111503335510453
Binary1000111010101011100110100011001101011011111011011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,42,185); }

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

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

 a { background-color: rgb(35,42,185); }

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

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

 span { border-color: rgb(35,42,185); }

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