#241bc3

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

Shades of Persian Blue #241BC3

Tints of Persian Blue #241BC3

Color information

#241BC3 (or 0x241BC3) is unknown color: approx Persian Blue. HEX triplet: 24, 1B and C3. RGB value is (36,27,195). Sum of RGB (Red+Green+Blue) = 36+27+195=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #241BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BC3 is #DBE43C. Grayscale: #303030. Windows color (decimal): -14410813 or 12786468. OLE color: 12786468.

HSL color Cylindrical-coordinate representation of color #241BC3: hue angle of 243.21º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241BC3 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3627195-
CMYK0.820.8600.24
HSL243.21º75.68%43.53%-
HSV(B)243.21º86.15%76.47%-
XYZ10.975.152.04-
YUV48.84210.48118.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 195 (76.56% from 255) = 75.58%
R=13.95%
G=10.47%
B=75.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal36271950.820.8600.24243.2175.6843.53
Hex241BC35256018f34c2c
Octal443330312212603036311454
Binary100100110111100001110100101010110011000111100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241bc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241bc3; }

 p { color: rgb(36,27,195); }

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

<style>
 a { background-color: #241bc3; }

 a { background-color: rgb(36,27,195); }

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

<style>
 span { border-color: #241bc3; }

 span { border-color: rgb(36,27,195); }

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