Html Css Color HEX #231CBD Persian Blue

📋 copy color: '#231CBD'

red 35 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #231CBD

Tints of Persian Blue #231CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

 BLUE value IS 189 (74.22% from 255) = 75%

R = 13.89%
G = 11.11%
B = 75%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#231CBD (or 0x231CBD) is known color: Persian Blue. HEX triplet: 23, 1C and BD. RGB value is (35,28,189). Sum of RGB (Red+Green+Blue) = 35+28+189=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #231CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CBD is #DCE342. Grayscale: #2F2F2F. Windows color (decimal): -14476099 or 12393507. OLE color: 12393507.

HSL color Cylindrical-coordinate representation of color #231CBD: hue angle of 242.61º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231CBD is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 28 189 -
CMYK 0.81 0.85 0 0.26
HSL 242.61º 0.74% 0.43% -
HSV(B) 242.61º 0.85% 0.74% -
XYZ 10.29 4.86 48.54 -
YUV 48.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 35 28 189 0.81 0.85 0 0.26 242.61 0.74 0.43
Hex 23 1C BD 51 55 0 1A F3 4A 2B
Octal 43 34 275 121 125 0 32 363 112 53
Binary 100011 11100 10111101 1010001 1010101 0 11010 11110011 1001010 101011

Color Harmonies of #231CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CBD

Black with #231CBD

Text Example


Text Example

White with #231CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231CBD; }

 p { color: rgb(35,28,189); }

 H1.HeaderClassName
 {
   color: #231CBD;
 }
 .AnyTagClassName
 {
   color: #231CBD;
 }
</style>

background-color css

<style>
 a { background-color: #231CBD; }

 a { background-color: rgb(35,28,189); }

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

border-color css

<style>
 span { border-color: #231CBD; }

 span { border-color: rgb(35,28,189); }

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