Html Css Color HEX #232AAC Persian Blue

📋 copy color: '#232AAC'

red 35 ◦ green 42 ◦ blue 172

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

Shades of Persian Blue #232AAC

Tints of Persian Blue #232AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 14.06%
G = 16.87%
B = 69.08%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232AAC (or 0x232AAC) is known color: Persian Blue. HEX triplet: 23, 2A and AC. RGB value is (35,42,172). Sum of RGB (Red+Green+Blue) = 35+42+172=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #232AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232AAC is #DCD553. Grayscale: #363636. Windows color (decimal): -14472532 or 11282979. OLE color: 11282979.

HSL color Cylindrical-coordinate representation of color #232AAC: hue angle of 236.93º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232AAC is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 42 172 -
CMYK 0.80 0.76 0 0.33
HSL 236.93º 0.66% 0.41% -
HSV(B) 236.93º 0.8% 0.67% -
XYZ 8.97 4.99 39.52 -
YUV 54.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 35 42 172 0.80 0.76 0 0.33 236.93 0.66 0.41
Hex 23 2A AC 50 4C 0 21 ED 42 29
Octal 43 52 254 120 114 0 41 355 102 51
Binary 100011 101010 10101100 1010000 1001100 0 100001 11101101 1000010 101001

Color Harmonies of #232AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232AAC

Black with #232AAC

Text Example


Text Example

White with #232AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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