Html Css Color HEX #231BBE Persian Blue

📋 copy color: '#231BBE'

red 35 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #231BBE

Tints of Persian Blue #231BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.71%

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 13.89%
G = 10.71%
B = 75.4%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#231BBE (or 0x231BBE) is known color: Persian Blue. HEX triplet: 23, 1B and BE. RGB value is (35,27,190). Sum of RGB (Red+Green+Blue) = 35+27+190=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #231BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BBE is #DCE441. Grayscale: #2F2F2F. Windows color (decimal): -14476354 or 12458787. OLE color: 12458787.

HSL color Cylindrical-coordinate representation of color #231BBE: hue angle of 242.94º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231BBE is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 27 190 -
CMYK 0.82 0.86 0 0.25
HSL 242.94º 0.75% 0.43% -
HSV(B) 242.94º 0.86% 0.75% -
XYZ 10.38 4.86 49.11 -
YUV 47.97 208.15 118.75 -
System Red Green Blue C M Y K H S L
Decimal 35 27 190 0.82 0.86 0 0.25 242.94 0.75 0.43
Hex 23 1B BE 52 56 0 19 F3 4B 2B
Octal 43 33 276 122 126 0 31 363 113 53
Binary 100011 11011 10111110 1010010 1010110 0 11001 11110011 1001011 101011

Color Harmonies of #231BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BBE

Black with #231BBE

Text Example


Text Example

White with #231BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,27,190); }

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

background-color css

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

 a { background-color: rgb(35,27,190); }

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

border-color css

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

 span { border-color: rgb(35,27,190); }

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