Html Css Color HEX #251CCA Persian Blue

📋 copy color: '#251CCA'

red 37 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #251CCA

Tints of Persian Blue #251CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.66%

R = 13.86%
G = 10.49%
B = 75.66%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#251CCA (or 0x251CCA) is known color: Persian Blue. HEX triplet: 25, 1C and CA. RGB value is (37,28,202). Sum of RGB (Red+Green+Blue) = 37+28+202=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 202 (79.30% from 255 or 75.66% from 267); Max value from RGB is 202 - color contains mainly: blue. Hex color #251CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CCA is #DAE335. Grayscale: #313131. Windows color (decimal): -14345014 or 13245477. OLE color: 13245477.

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

Color convert

RGB 37 28 202 -
CMYK 0.82 0.86 0 0.21
HSL 243.1º 0.76% 0.45% -
HSV(B) 243.1º 0.86% 0.79% -
XYZ 11.84 5.49 56.31 -
YUV 50.53 213.48 118.35 -
System Red Green Blue C M Y K H S L
Decimal 37 28 202 0.82 0.86 0 0.21 243.1 0.76 0.45
Hex 25 1C CA 52 56 0 15 F3 4C 2D
Octal 45 34 312 122 126 0 25 363 114 55
Binary 100101 11100 11001010 1010010 1010110 0 10101 11110011 1001100 101101

Color Harmonies of #251CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CCA

Black with #251CCA

Text Example


Text Example

White with #251CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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