#2642BE

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

Shades of Persian Blue #2642BE

Tints of Persian Blue #2642BE

Color information

#2642BE (or 0x2642BE) is unknown color: approx Persian Blue. HEX triplet: 26, 42 and BE. RGB value is (38,66,190). Sum of RGB (Red+Green+Blue) = 38+66+190=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #2642BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642BE is #D9BD41. Grayscale: #474747. Windows color (decimal): -14269762 or 12468774. OLE color: 12468774.

HSL color Cylindrical-coordinate representation of color #2642BE: hue angle of 228.95º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2642BE is Cyan = 0.8, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3866190-
CMYK0.80.6500.25
HSL228.95º66.67%44.71%-
HSV(B)228.95º80%74.51%-
XYZ12.048.0349.63-
YUV71.76194.72103.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 190 (74.61% from 255) = 64.63%
R=12.93%
G=22.45%
B=64.63%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38661900.80.6500.25228.9566.6744.71
Hex2642BE5041019e5432d
Octal4610227612010103134510355
Binary10011010000101011111010100001000001011001111001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2642BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2642BE; }

 p { color: rgb(38,66,190); }

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

<style>
 a { background-color: #2642BE; }

 a { background-color: rgb(38,66,190); }

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

<style>
 span { border-color: #2642BE; }

 span { border-color: rgb(38,66,190); }

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