Html Css Color HEX #251CCC Persian Blue

📋 copy color: '#251CCC'

red 37 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #251CCC

Tints of Persian Blue #251CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 13.75%
G = 10.41%
B = 75.84%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#251CCC (or 0x251CCC) is known color: Persian Blue. HEX triplet: 25, 1C and CC. RGB value is (37,28,204). Sum of RGB (Red+Green+Blue) = 37+28+204=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #251CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CCC is #DAE333. Grayscale: #323232. Windows color (decimal): -14345012 or 13376549. OLE color: 13376549.

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

Color convert

RGB 37 28 204 -
CMYK 0.82 0.86 0 0.2
HSL 243.07º 0.76% 0.45% -
HSV(B) 243.07º 0.86% 0.8% -
XYZ 12.08 5.58 57.57 -
YUV 50.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 37 28 204 0.82 0.86 0 0.2 243.07 0.76 0.45
Hex 25 1C CC 52 56 0 14 F3 4C 2D
Octal 45 34 314 122 126 0 24 363 114 55
Binary 100101 11100 11001100 1010010 1010110 0 10100 11110011 1001100 101101

Color Harmonies of #251CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CCC

Black with #251CCC

Text Example


Text Example

White with #251CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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