Html Css Color HEX #232BA9 Persian Blue

📋 copy color: '#232BA9'

red 35 ◦ green 43 ◦ blue 169

#232BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #232BA9

Tints of Persian Blue #232BA9

RGB

 RED value IS 35 (14.06% from 255) = 14.17%

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 169 (66.41% from 255) = 68.42%

R = 14.17%
G = 17.41%
B = 68.42%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#232BA9 (or 0x232BA9) is known color: Persian Blue. HEX triplet: 23, 2B and A9. RGB value is (35,43,169). Sum of RGB (Red+Green+Blue) = 35+43+169=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #232BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BA9 is #DCD456. Grayscale: #363636. Windows color (decimal): -14472279 or 11086627. OLE color: 11086627.

HSL color Cylindrical-coordinate representation of color #232BA9: hue angle of 236.42º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #232BA9 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 35 43 169 -
CMYK 0.79 0.75 0 0.34
HSL 236.42º 0.66% 0.4% -
HSV(B) 236.42º 0.79% 0.66% -
XYZ 8.72 4.95 38.03 -
YUV 54.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 35 43 169 0.79 0.75 0 0.34 236.42 0.66 0.4
Hex 23 2B A9 4F 4B 0 22 EC 42 28
Octal 43 53 251 117 113 0 42 354 102 50
Binary 100011 101011 10101001 1001111 1001011 0 100010 11101100 1000010 101000

Color Harmonies of #232BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BA9

Black with #232BA9

Text Example


Text Example

White with #232BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,43,169); }

 H1.HeaderClassName
 {
   color: #232BA9;
 }
 .AnyTagClassName
 {
   color: #232BA9;
 }
</style>

background-color css

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

 a { background-color: rgb(35,43,169); }

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

border-color css

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

 span { border-color: rgb(35,43,169); }

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