Html Css Color HEX #232BAC Persian Blue

📋 copy color: '#232BAC'

red 35 ◦ green 43 ◦ blue 172

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

Shades of Persian Blue #232BAC

Tints of Persian Blue #232BAC

RGB

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

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

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

R = 14%
G = 17.2%
B = 68.8%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232BAC (or 0x232BAC) is known color: Persian Blue. HEX triplet: 23, 2B and AC. RGB value is (35,43,172). Sum of RGB (Red+Green+Blue) = 35+43+172=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #232BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BAC is #DCD453. Grayscale: #363636. Windows color (decimal): -14472276 or 11283235. OLE color: 11283235.

HSL color Cylindrical-coordinate representation of color #232BAC: hue angle of 236.5º 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 #232BAC is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 43 172 -
CMYK 0.80 0.75 0 0.33
HSL 236.5º 0.66% 0.41% -
HSV(B) 236.5º 0.8% 0.67% -
XYZ 9 5.06 39.53 -
YUV 55.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 35 43 172 0.80 0.75 0 0.33 236.5 0.66 0.41
Hex 23 2B AC 50 4B 0 21 EC 42 29
Octal 43 53 254 120 113 0 41 354 102 51
Binary 100011 101011 10101100 1010000 1001011 0 100001 11101100 1000010 101001

Color Harmonies of #232BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BAC

Black with #232BAC

Text Example


Text Example

White with #232BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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