Html Css Color HEX #251CCB Persian Blue

📋 copy color: '#251CCB'

red 37 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #251CCB

Tints of Persian Blue #251CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 13.81%
G = 10.45%
B = 75.75%

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

#251CCB (or 0x251CCB) is known color: Persian Blue. HEX triplet: 25, 1C and CB. RGB value is (37,28,203). Sum of RGB (Red+Green+Blue) = 37+28+203=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #251CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251CCB is #DAE334. Grayscale: #313131. Windows color (decimal): -14345013 or 13311013. OLE color: 13311013.

HSL color Cylindrical-coordinate representation of color #251CCB: hue angle of 243.09º 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 #251CCB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 28 203 -
CMYK 0.82 0.86 0 0.20
HSL 243.09º 0.76% 0.45% -
HSV(B) 243.09º 0.86% 0.8% -
XYZ 11.96 5.54 56.94 -
YUV 50.64 213.98 118.27 -
System Red Green Blue C M Y K H S L
Decimal 37 28 203 0.82 0.86 0 0.20 243.09 0.76 0.45
Hex 25 1C CB 52 56 0 14 F3 4C 2D
Octal 45 34 313 122 126 0 24 363 114 55
Binary 100101 11100 11001011 1010010 1010110 0 10100 11110011 1001100 101101

Color Harmonies of #251CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CCB

Black with #251CCB

Text Example


Text Example

White with #251CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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