Html Css Color HEX #261ECE Persian Blue

📋 copy color: '#261ECE'

red 38 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #261ECE

Tints of Persian Blue #261ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 13.87%
G = 10.95%
B = 75.18%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#261ECE (or 0x261ECE) is known color: Persian Blue. HEX triplet: 26, 1E and CE. RGB value is (38,30,206). Sum of RGB (Red+Green+Blue) = 38+30+206=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #261ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ECE is #D9E131. Grayscale: #333333. Windows color (decimal): -14278962 or 13508134. OLE color: 13508134.

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

Color convert

RGB 38 30 206 -
CMYK 0.82 0.85 0 0.19
HSL 242.73º 0.75% 0.46% -
HSV(B) 242.73º 0.85% 0.81% -
XYZ 12.4 5.8 58.86 -
YUV 52.46 214.65 117.69 -
System Red Green Blue C M Y K H S L
Decimal 38 30 206 0.82 0.85 0 0.19 242.73 0.75 0.46
Hex 26 1E CE 52 55 0 13 F3 4B 2E
Octal 46 36 316 122 125 0 23 363 113 56
Binary 100110 11110 11001110 1010010 1010101 0 10011 11110011 1001011 101110

Color Harmonies of #261ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261ECE

Black with #261ECE

Text Example


Text Example

White with #261ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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