Html Css Color HEX #251EBE Persian Blue

📋 copy color: '#251EBE'

red 37 ◦ green 30 ◦ blue 190

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

Shades of Persian Blue #251EBE

Tints of Persian Blue #251EBE

RGB

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

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

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

R = 14.4%
G = 11.67%
B = 73.93%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251EBE (or 0x251EBE) is known color: Persian Blue. HEX triplet: 25, 1E and BE. RGB value is (37,30,190). Sum of RGB (Red+Green+Blue) = 37+30+190=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #251EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EBE is #DAE141. Grayscale: #313131. Windows color (decimal): -14344514 or 12459557. OLE color: 12459557.

HSL color Cylindrical-coordinate representation of color #251EBE: hue angle of 242.62º 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 #251EBE is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 30 190 -
CMYK 0.81 0.84 0 0.25
HSL 242.63º 0.73% 0.43% -
HSV(B) 242.63º 0.84% 0.75% -
XYZ 10.52 5.04 49.13 -
YUV 50.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 37 30 190 0.81 0.84 0 0.25 242.63 0.73 0.43
Hex 25 1E BE 51 54 0 19 F3 49 2B
Octal 45 36 276 121 124 0 31 363 111 53
Binary 100101 11110 10111110 1010001 1010100 0 11001 11110011 1001001 101011

Color Harmonies of #251EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EBE

Black with #251EBE

Text Example


Text Example

White with #251EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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