Html Css Color HEX #232BAB Persian Blue

📋 copy color: '#232BAB'

red 35 ◦ green 43 ◦ blue 171

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

Shades of Persian Blue #232BAB

Tints of Persian Blue #232BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 14.06%
G = 17.27%
B = 68.67%

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

#232BAB (or 0x232BAB) is known color: Persian Blue. HEX triplet: 23, 2B and AB. RGB value is (35,43,171). Sum of RGB (Red+Green+Blue) = 35+43+171=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #232BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232BAB is #DCD454. Grayscale: #363636. Windows color (decimal): -14472277 or 11217699. OLE color: 11217699.

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

Color convert

RGB 35 43 171 -
CMYK 0.80 0.75 0 0.33
HSL 236.47º 0.66% 0.4% -
HSV(B) 236.47º 0.8% 0.67% -
XYZ 8.91 5.03 39.03 -
YUV 55.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 35 43 171 0.80 0.75 0 0.33 236.47 0.66 0.4
Hex 23 2B AB 50 4B 0 21 EC 42 28
Octal 43 53 253 120 113 0 41 354 102 50
Binary 100011 101011 10101011 1010000 1001011 0 100001 11101100 1000010 101000

Color Harmonies of #232BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232BAB

Black with #232BAB

Text Example


Text Example

White with #232BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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