#261CCF

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

Shades of Persian Blue #261CCF

Tints of Persian Blue #261CCF

Color information

#261CCF (or 0x261CCF) is unknown color: approx Persian Blue. HEX triplet: 26, 1C and CF. RGB value is (38,28,207). Sum of RGB (Red+Green+Blue) = 38+28+207=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #261CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CCF is #D9E330. Grayscale: #323232. Windows color (decimal): -14279473 or 13573158. OLE color: 13573158.

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

Color convert

RGB3828207-
CMYK0.820.8600.19
HSL243.35º76.17%46.08%-
HSV(B)243.35º86.47%81.18%-
XYZ12.485.7559.48-
YUV51.4215.81118.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 207 (81.25% from 255) = 75.82%
R=13.92%
G=10.26%
B=75.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal38282070.820.8600.19243.3576.1746.08
Hex261CCF5256013f34c2e
Octal463431712212602336311456
Binary100110111001100111110100101010110010011111100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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