Html Css Color HEX #261DBE Persian Blue

📋 copy color: '#261DBE'

red 38 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #261DBE

Tints of Persian Blue #261DBE

RGB

 RED value IS 38 (15.23% from 255) = 14.79%

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

 BLUE value IS 190 (74.61% from 255) = 73.93%

R = 14.79%
G = 11.28%
B = 73.93%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#261DBE (or 0x261DBE) is known color: Persian Blue. HEX triplet: 26, 1D and BE. RGB value is (38,29,190). Sum of RGB (Red+Green+Blue) = 38+29+190=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #261DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DBE is #D9E241. Grayscale: #313131. Windows color (decimal): -14279234 or 12459302. OLE color: 12459302.

HSL color Cylindrical-coordinate representation of color #261DBE: hue angle of 243.35º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261DBE is Cyan = 0.8, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 29 190 -
CMYK 0.8 0.85 0 0.25
HSL 243.35º 0.74% 0.43% -
HSV(B) 243.35º 0.85% 0.75% -
XYZ 10.53 5.01 49.13 -
YUV 50.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 38 29 190 0.8 0.85 0 0.25 243.35 0.74 0.43
Hex 26 1D BE 50 55 0 19 F3 4A 2B
Octal 46 35 276 120 125 0 31 363 112 53
Binary 100110 11101 10111110 1010000 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #261DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261DBE

Black with #261DBE

Text Example


Text Example

White with #261DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261DBE; }

 p { color: rgb(38,29,190); }

 H1.HeaderClassName
 {
   color: #261DBE;
 }
 .AnyTagClassName
 {
   color: #261DBE;
 }
</style>

background-color css

<style>
 a { background-color: #261DBE; }

 a { background-color: rgb(38,29,190); }

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

border-color css

<style>
 span { border-color: #261DBE; }

 span { border-color: rgb(38,29,190); }

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