Html Css Color HEX #251FE3 Persian Blue

📋 copy color: '#251FE3'

red 37 ◦ green 31 ◦ blue 227

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

Shades of Persian Blue #251FE3

Tints of Persian Blue #251FE3

RGB

 RED value IS 37 (14.84% from 255) = 12.54%

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

 BLUE value IS 227 (89.06% from 255) = 76.95%

R = 12.54%
G = 10.51%
B = 76.95%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#251FE3 (or 0x251FE3) is known color: Persian Blue. HEX triplet: 25, 1F and E3. RGB value is (37,31,227). Sum of RGB (Red+Green+Blue) = 37+31+227=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 227 (89.06% from 255 or 76.95% from 295); Max value from RGB is 227 - color contains mainly: blue. Hex color #251FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FE3 is #DAE01C. Grayscale: #363636. Windows color (decimal): -14344221 or 14884645. OLE color: 14884645.

HSL color Cylindrical-coordinate representation of color #251FE3: hue angle of 241.84º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251FE3 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 31 227 -
CMYK 0.84 0.86 0 0.11
HSL 241.84º 0.78% 0.51% -
HSV(B) 241.84º 0.86% 0.89% -
XYZ 15.12 6.92 73.21 -
YUV 55.14 224.99 115.06 -
System Red Green Blue C M Y K H S L
Decimal 37 31 227 0.84 0.86 0 0.11 241.84 0.78 0.51
Hex 25 1F E3 54 56 0 B F2 4E 33
Octal 45 37 343 124 126 0 13 362 116 63
Binary 100101 11111 11100011 1010100 1010110 0 1011 11110010 1001110 110011

Color Harmonies of #251FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FE3

Black with #251FE3

Text Example


Text Example

White with #251FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251FE3; }

 p { color: rgb(37,31,227); }

 H1.HeaderClassName
 {
   color: #251FE3;
 }
 .AnyTagClassName
 {
   color: #251FE3;
 }
</style>

background-color css

<style>
 a { background-color: #251FE3; }

 a { background-color: rgb(37,31,227); }

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

border-color css

<style>
 span { border-color: #251FE3; }

 span { border-color: rgb(37,31,227); }

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