#2038EB

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

Shades of Persian Blue #2038EB

Tints of Persian Blue #2038EB

Color information

#2038EB (or 0x2038EB) is unknown color: approx Persian Blue. HEX triplet: 20, 38 and EB. RGB value is (32,56,235). Sum of RGB (Red+Green+Blue) = 32+56+235=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 56 (22.27% from 255 or 17.34% 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 #2038EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2038EB is #DFC714. Grayscale: #444444. Windows color (decimal): -14665493 or 15415328. OLE color: 15415328.

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

Color convert

RGB3256235-
CMYK0.860.7600.08
HSL232.91º83.54%52.35%-
HSV(B)232.91º86.38%92.16%-
XYZ17.019.1379.46-
YUV69.23221.55101.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.91%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 235 (92.19% from 255) = 72.76%
R=9.91%
G=17.34%
B=72.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal32562350.860.7600.08232.9183.5452.35
Hex2038EB564C08e95434
Octal407035312611401035112464
Binary100000111000111010111010110100110001000111010011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2038EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,56,235); }

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

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

 a { background-color: rgb(32,56,235); }

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

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

 span { border-color: rgb(32,56,235); }

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