Html Css Color HEX #261ACD Persian Blue

📋 copy color: '#261ACD'

red 38 ◦ green 26 ◦ blue 205

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

Shades of Persian Blue #261ACD

Tints of Persian Blue #261ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 14.13%
G = 9.67%
B = 76.21%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#261ACD (or 0x261ACD) is known color: Persian Blue. HEX triplet: 26, 1A and CD. RGB value is (38,26,205). Sum of RGB (Red+Green+Blue) = 38+26+205=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #261ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ACD is #D9E532. Grayscale: #313131. Windows color (decimal): -14279987 or 13441574. OLE color: 13441574.

HSL color Cylindrical-coordinate representation of color #261ACD: hue angle of 244.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261ACD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 26 205 -
CMYK 0.81 0.87 0 0.20
HSL 244.02º 0.77% 0.45% -
HSV(B) 244.02º 0.87% 0.8% -
XYZ 12.19 5.56 58.19 -
YUV 49.99 215.48 119.45 -
System Red Green Blue C M Y K H S L
Decimal 38 26 205 0.81 0.87 0 0.20 244.02 0.77 0.45
Hex 26 1A CD 51 57 0 14 F4 4D 2D
Octal 46 32 315 121 127 0 24 364 115 55
Binary 100110 11010 11001101 1010001 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #261ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ACD

Black with #261ACD

Text Example


Text Example

White with #261ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,26,205); }

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

background-color css

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

 a { background-color: rgb(38,26,205); }

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

border-color css

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

 span { border-color: rgb(38,26,205); }

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