#261FCC

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

Shades of Persian Blue #261FCC

Tints of Persian Blue #261FCC

Color information

#261FCC (or 0x261FCC) is unknown color: approx Persian Blue. HEX triplet: 26, 1F and CC. RGB value is (38,31,204). Sum of RGB (Red+Green+Blue) = 38+31+204=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #261FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCC is #D9E033. Grayscale: #343434. Windows color (decimal): -14278708 or 13377318. OLE color: 13377318.

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

Color convert

RGB3831204-
CMYK0.810.8500.2
HSL242.43º73.62%46.08%-
HSV(B)242.43º84.8%80%-
XYZ12.195.7557.59-
YUV52.82213.32117.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=13.92%
G=11.36%
B=74.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38312040.810.8500.2242.4373.6246.08
Hex261FCC5155014f24a2e
Octal463731412112502436211256
Binary100110111111100110010100011010101010100111100101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,31,204); }

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

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

 a { background-color: rgb(38,31,204); }

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

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

 span { border-color: rgb(38,31,204); }

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