#261eba

Color #261EBA Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #261EBA

Tints of Persian Blue #261EBA

Color information

#261EBA (or 0x261EBA) is unknown color: approx Persian Blue. HEX triplet: 26, 1E and BA. RGB value is (38,30,186). Sum of RGB (Red+Green+Blue) = 38+30+186=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #261EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EBA is #D9E145. Grayscale: #313131. Windows color (decimal): -14278982 or 12197414. OLE color: 12197414.

HSL color Cylindrical-coordinate representation of color #261EBA: hue angle of 243.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261EBA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3830186-
CMYK0.800.8400.27
HSL243.08º72.22%42.35%-
HSV(B)243.08º83.87%72.94%-
XYZ10.134.8946.86-
YUV50.18204.65119.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 186 (73.05% from 255) = 73.23%
R=14.96%
G=11.81%
B=73.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal38301860.800.8400.27243.0872.2242.35
Hex261EBA505401Bf3482a
Octal463627212012403336311052
Binary100110111101011101010100001010100011011111100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #261eba;
 }
 .AnyTagClassName
 {
   color: #261eba;
 }
</style>
background-color css

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

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

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

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

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

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