Html Css Color HEX #251DCB Persian Blue

📋 copy color: '#251DCB'

red 37 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #251DCB

Tints of Persian Blue #251DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

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

R = 13.75%
G = 10.78%
B = 75.46%

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

#251DCB (or 0x251DCB) is known color: Persian Blue. HEX triplet: 25, 1D and CB. RGB value is (37,29,203). Sum of RGB (Red+Green+Blue) = 37+29+203=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #251DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DCB is #DAE234. Grayscale: #323232. Windows color (decimal): -14344757 or 13311269. OLE color: 13311269.

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

Color convert

RGB 37 29 203 -
CMYK 0.82 0.86 0 0.20
HSL 242.76º 0.75% 0.45% -
HSV(B) 242.76º 0.86% 0.8% -
XYZ 11.98 5.58 56.95 -
YUV 51.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 37 29 203 0.82 0.86 0 0.20 242.76 0.75 0.45
Hex 25 1D CB 52 56 0 14 F3 4B 2D
Octal 45 35 313 122 126 0 24 363 113 55
Binary 100101 11101 11001011 1010010 1010110 0 10100 11110011 1001011 101101

Color Harmonies of #251DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DCB

Black with #251DCB

Text Example


Text Example

White with #251DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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