Html Css Color HEX #231EBE Persian Blue

📋 copy color: '#231EBE'

red 35 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #231EBE

Tints of Persian Blue #231EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

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

R = 13.73%
G = 11.76%
B = 74.51%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#231EBE (or 0x231EBE) is known color: Persian Blue. HEX triplet: 23, 1E and BE. RGB value is (35,30,190). Sum of RGB (Red+Green+Blue) = 35+30+190=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #231EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EBE is #DCE141. Grayscale: #313131. Windows color (decimal): -14475586 or 12459555. OLE color: 12459555.

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

Color convert

RGB 35 30 190 -
CMYK 0.82 0.84 0 0.25
HSL 241.88º 0.73% 0.43% -
HSV(B) 241.88º 0.84% 0.75% -
XYZ 10.45 5 49.13 -
YUV 49.74 207.16 117.49 -
System Red Green Blue C M Y K H S L
Decimal 35 30 190 0.82 0.84 0 0.25 241.88 0.73 0.43
Hex 23 1E BE 52 54 0 19 F2 49 2B
Octal 43 36 276 122 124 0 31 362 111 53
Binary 100011 11110 10111110 1010010 1010100 0 11001 11110010 1001001 101011

Color Harmonies of #231EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EBE

Black with #231EBE

Text Example


Text Example

White with #231EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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