Html Css Color HEX #231FBE Persian Blue

📋 copy color: '#231FBE'

red 35 ◦ green 31 ◦ blue 190

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

Shades of Persian Blue #231FBE

Tints of Persian Blue #231FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

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

R = 13.67%
G = 12.11%
B = 74.22%

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

#231FBE (or 0x231FBE) is known color: Persian Blue. HEX triplet: 23, 1F and BE. RGB value is (35,31,190). Sum of RGB (Red+Green+Blue) = 35+31+190=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #231FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231FBE is #DCE041. Grayscale: #313131. Windows color (decimal): -14475330 or 12459811. OLE color: 12459811.

HSL color Cylindrical-coordinate representation of color #231FBE: hue angle of 241.51º degrees, saturation: 0.72, 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 #231FBE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 31 190 -
CMYK 0.82 0.84 0 0.25
HSL 241.51º 0.72% 0.43% -
HSV(B) 241.51º 0.84% 0.75% -
XYZ 10.48 5.06 49.14 -
YUV 50.32 206.83 117.07 -
System Red Green Blue C M Y K H S L
Decimal 35 31 190 0.82 0.84 0 0.25 241.51 0.72 0.43
Hex 23 1F BE 52 54 0 19 F2 48 2B
Octal 43 37 276 122 124 0 31 362 110 53
Binary 100011 11111 10111110 1010010 1010100 0 11001 11110010 1001000 101011

Color Harmonies of #231FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FBE

Black with #231FBE

Text Example


Text Example

White with #231FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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