Html Css Color HEX #232ABF Persian Blue

📋 copy color: '#232ABF'

red 35 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #232ABF

Tints of Persian Blue #232ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.27%

R = 13.06%
G = 15.67%
B = 71.27%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#232ABF (or 0x232ABF) is known color: Persian Blue. HEX triplet: 23, 2A and BF. RGB value is (35,42,191). Sum of RGB (Red+Green+Blue) = 35+42+191=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #232ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ABF is #DCD540. Grayscale: #383838. Windows color (decimal): -14472513 or 12528163. OLE color: 12528163.

HSL color Cylindrical-coordinate representation of color #232ABF: hue angle of 237.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232ABF is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 42 191 -
CMYK 0.82 0.78 0 0.25
HSL 237.31º 0.69% 0.44% -
HSV(B) 237.31º 0.82% 0.75% -
XYZ 10.93 5.77 49.83 -
YUV 56.89 203.68 112.38 -
System Red Green Blue C M Y K H S L
Decimal 35 42 191 0.82 0.78 0 0.25 237.31 0.69 0.44
Hex 23 2A BF 52 4E 0 19 ED 45 2C
Octal 43 52 277 122 116 0 31 355 105 54
Binary 100011 101010 10111111 1010010 1001110 0 11001 11101101 1000101 101100

Color Harmonies of #232ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ABF

Black with #232ABF

Text Example


Text Example

White with #232ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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