Html Css Color HEX #251CB4 Persian Blue

📋 copy color: '#251CB4'

red 37 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #251CB4

Tints of Persian Blue #251CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 73.47%

R = 15.1%
G = 11.43%
B = 73.47%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#251CB4 (or 0x251CB4) is known color: Persian Blue. HEX triplet: 25, 1C and B4. RGB value is (37,28,180). Sum of RGB (Red+Green+Blue) = 37+28+180=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 180 (70.70% from 255 or 73.47% from 245); Max value from RGB is 180 - color contains mainly: blue. Hex color #251CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CB4 is #DAE34B. Grayscale: #2F2F2F. Windows color (decimal): -14345036 or 11803685. OLE color: 11803685.

HSL color Cylindrical-coordinate representation of color #251CB4: hue angle of 243.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251CB4 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 28 180 -
CMYK 0.79 0.84 0 0.29
HSL 243.55º 0.73% 0.41% -
HSV(B) 243.55º 0.84% 0.71% -
XYZ 9.42 4.52 43.56 -
YUV 48.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 37 28 180 0.79 0.84 0 0.29 243.55 0.73 0.41
Hex 25 1C B4 4F 54 0 1D F4 49 29
Octal 45 34 264 117 124 0 35 364 111 51
Binary 100101 11100 10110100 1001111 1010100 0 11101 11110100 1001001 101001

Color Harmonies of #251CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CB4

Black with #251CB4

Text Example


Text Example

White with #251CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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