#2632EB

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

Shades of Persian Blue #2632EB

Tints of Persian Blue #2632EB

Color information

#2632EB (or 0x2632EB) is unknown color: approx Persian Blue. HEX triplet: 26, 32 and EB. RGB value is (38,50,235). Sum of RGB (Red+Green+Blue) = 38+50+235=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #2632EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2632EB is #D9CD14. Grayscale: #424242. Windows color (decimal): -14273813 or 15413798. OLE color: 15413798.

HSL color Cylindrical-coordinate representation of color #2632EB: hue angle of 236.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2632EB is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3850235-
CMYK0.840.7900.08
HSL236.35º83.12%53.53%-
HSV(B)236.35º83.83%92.16%-
XYZ16.948.6979.38-
YUV67.5222.52106.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 235 (92.19% from 255) = 72.76%
R=11.76%
G=15.48%
B=72.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38502350.840.7900.08236.3583.1253.53
Hex2632EB544F08ec5336
Octal466235312411701035412366
Binary100110110010111010111010100100111101000111011001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2632EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2632EB; }

 p { color: rgb(38,50,235); }

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

<style>
 a { background-color: #2632EB; }

 a { background-color: rgb(38,50,235); }

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

<style>
 span { border-color: #2632EB; }

 span { border-color: rgb(38,50,235); }

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