#251CC7

Color #251CC7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #251CC7

Tints of Persian Blue #251CC7

Color information

#251CC7 (or 0x251CC7) is unknown color: approx Persian Blue. HEX triplet: 25, 1C and C7. RGB value is (37,28,199). Sum of RGB (Red+Green+Blue) = 37+28+199=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 199 (78.12% from 255 or 75.38% from 264); Max value from RGB is 199 - color contains mainly: blue. Hex color #251CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CC7 is #DAE338. Grayscale: #313131. Windows color (decimal): -14345017 or 13048869. OLE color: 13048869.

HSL color Cylindrical-coordinate representation of color #251CC7: hue angle of 243.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251CC7 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3728199-
CMYK0.810.8600.22
HSL243.16º75.33%44.51%-
HSV(B)243.16º85.93%78.04%-
XYZ11.495.3554.46-
YUV50.18211.98118.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 199 (78.12% from 255) = 75.38%
R=14.02%
G=10.61%
B=75.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37281990.810.8600.22243.1675.3344.51
Hex251CC75156016f34b2d
Octal453430712112602636311355
Binary100101111001100011110100011010110010110111100111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,199); }

 H1.HeaderClassName
 {
   color: #251CC7;
 }
 .AnyTagClassName
 {
   color: #251CC7;
 }
</style>
background-color css

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

 a { background-color: rgb(37,28,199); }

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

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

 span { border-color: rgb(37,28,199); }

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