Html Css Color HEX #261ECD Persian Blue

📋 copy color: '#261ECD'

red 38 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #261ECD

Tints of Persian Blue #261ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

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

R = 13.92%
G = 10.99%
B = 75.09%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#261ECD (or 0x261ECD) is known color: Persian Blue. HEX triplet: 26, 1E and CD. RGB value is (38,30,205). Sum of RGB (Red+Green+Blue) = 38+30+205=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #261ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ECD is #D9E132. Grayscale: #333333. Windows color (decimal): -14278963 or 13442598. OLE color: 13442598.

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

Color convert

RGB 38 30 205 -
CMYK 0.81 0.85 0 0.20
HSL 242.74º 0.74% 0.46% -
HSV(B) 242.74º 0.85% 0.8% -
XYZ 12.28 5.75 58.22 -
YUV 52.34 214.15 117.77 -
System Red Green Blue C M Y K H S L
Decimal 38 30 205 0.81 0.85 0 0.20 242.74 0.74 0.46
Hex 26 1E CD 51 55 0 14 F3 4A 2E
Octal 46 36 315 121 125 0 24 363 112 56
Binary 100110 11110 11001101 1010001 1010101 0 10100 11110011 1001010 101110

Color Harmonies of #261ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ECD

Black with #261ECD

Text Example


Text Example

White with #261ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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