#261CB3

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

Shades of Persian Blue #261CB3

Tints of Persian Blue #261CB3

Color information

#261CB3 (or 0x261CB3) is unknown color: approx Persian Blue. HEX triplet: 26, 1C and B3. RGB value is (38,28,179). Sum of RGB (Red+Green+Blue) = 38+28+179=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #261CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CB3 is #D9E34C. Grayscale: #2F2F2F. Windows color (decimal): -14279501 or 11738150. OLE color: 11738150.

HSL color Cylindrical-coordinate representation of color #261CB3: hue angle of 243.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261CB3 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3828179-
CMYK0.790.8400.30
HSL243.97º72.95%40.59%-
HSV(B)243.97º84.36%70.2%-
XYZ9.354.543.02-
YUV48.2201.81120.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 28 (11.33% from 255) = 11.43%
BLUE value IS 179 (70.31% from 255) = 73.06%
R=15.51%
G=11.43%
B=73.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38281790.790.8400.30243.9772.9540.59
Hex261CB34F5401Ef44929
Octal463426311712403636411151
Binary100110111001011001110011111010100011110111101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,179); }

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

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

 a { background-color: rgb(38,28,179); }

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

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

 span { border-color: rgb(38,28,179); }

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