#2630EB

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

Shades of Persian Blue #2630EB

Tints of Persian Blue #2630EB

Color information

#2630EB (or 0x2630EB) is unknown color: approx Persian Blue. HEX triplet: 26, 30 and EB. RGB value is (38,48,235). Sum of RGB (Red+Green+Blue) = 38+48+235=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #2630EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2630EB is #D9CF14. Grayscale: #414141. Windows color (decimal): -14274325 or 15413286. OLE color: 15413286.

HSL color Cylindrical-coordinate representation of color #2630EB: hue angle of 236.95º 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 #2630EB is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3848235-
CMYK0.840.8000.08
HSL236.95º83.12%53.53%-
HSV(B)236.95º83.83%92.16%-
XYZ16.858.5279.35-
YUV66.33223.19107.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 235 (92.19% from 255) = 73.21%
R=11.84%
G=14.95%
B=73.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal38482350.840.8000.08236.9583.1253.53
Hex2630EB545008ed5336
Octal466035312412001035512366
Binary100110110000111010111010100101000001000111011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2630EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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