Html Css Color HEX #251CCD Persian Blue

📋 copy color: '#251CCD'

red 37 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #251CCD

Tints of Persian Blue #251CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 205 (80.47% from 255) = 75.93%

R = 13.7%
G = 10.37%
B = 75.93%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251CCD (or 0x251CCD) is known color: Persian Blue. HEX triplet: 25, 1C and CD. RGB value is (37,28,205). Sum of RGB (Red+Green+Blue) = 37+28+205=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #251CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CCD is #DAE332. Grayscale: #323232. Windows color (decimal): -14345011 or 13442085. OLE color: 13442085.

HSL color Cylindrical-coordinate representation of color #251CCD: hue angle of 243.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251CCD is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 28 205 -
CMYK 0.82 0.86 0 0.20
HSL 243.05º 0.76% 0.46% -
HSV(B) 243.05º 0.86% 0.8% -
XYZ 12.2 5.63 58.2 -
YUV 50.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 37 28 205 0.82 0.86 0 0.20 243.05 0.76 0.46
Hex 25 1C CD 52 56 0 14 F3 4C 2E
Octal 45 34 315 122 126 0 24 363 114 56
Binary 100101 11100 11001101 1010010 1010110 0 10100 11110011 1001100 101110

Color Harmonies of #251CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CCD

Black with #251CCD

Text Example


Text Example

White with #251CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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