Html Css Color HEX #251EC3 Persian Blue

📋 copy color: '#251EC3'

red 37 ◦ green 30 ◦ blue 195

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

Shades of Persian Blue #251EC3

Tints of Persian Blue #251EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 74.43%

R = 14.12%
G = 11.45%
B = 74.43%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#251EC3 (or 0x251EC3) is known color: Persian Blue. HEX triplet: 25, 1E and C3. RGB value is (37,30,195). Sum of RGB (Red+Green+Blue) = 37+30+195=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #251EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EC3 is #DAE13C. Grayscale: #323232. Windows color (decimal): -14344509 or 12787237. OLE color: 12787237.

HSL color Cylindrical-coordinate representation of color #251EC3: hue angle of 242.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251EC3 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 30 195 -
CMYK 0.81 0.85 0 0.24
HSL 242.55º 0.73% 0.44% -
HSV(B) 242.55º 0.85% 0.76% -
XYZ 11.08 5.26 52.06 -
YUV 50.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 37 30 195 0.81 0.85 0 0.24 242.55 0.73 0.44
Hex 25 1E C3 51 55 0 18 F3 49 2C
Octal 45 36 303 121 125 0 30 363 111 54
Binary 100101 11110 11000011 1010001 1010101 0 11000 11110011 1001001 101100

Color Harmonies of #251EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EC3

Black with #251EC3

Text Example


Text Example

White with #251EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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