#261DC4

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

Shades of Persian Blue #261DC4

Tints of Persian Blue #261DC4

Color information

#261DC4 (or 0x261DC4) is unknown color: approx Persian Blue. HEX triplet: 26, 1D and C4. RGB value is (38,29,196). Sum of RGB (Red+Green+Blue) = 38+29+196=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 196 (76.95% from 255 or 74.52% from 263); Max value from RGB is 196 - color contains mainly: blue. Hex color #261DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DC4 is #D9E23B. Grayscale: #323232. Windows color (decimal): -14279228 or 12852518. OLE color: 12852518.

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

Color convert

RGB3829196-
CMYK0.810.8500.23
HSL243.23º74.22%44.12%-
HSV(B)243.23º85.2%76.86%-
XYZ11.25.2852.65-
YUV50.73209.98118.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 196 (76.95% from 255) = 74.52%
R=14.45%
G=11.03%
B=74.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38291960.810.8500.23243.2374.2244.12
Hex261DC45155017f34a2c
Octal463530412112502736311254
Binary100110111011100010010100011010101010111111100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,29,196); }

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

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

 a { background-color: rgb(38,29,196); }

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

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

 span { border-color: rgb(38,29,196); }

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