#2634BF

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

Shades of Persian Blue #2634BF

Tints of Persian Blue #2634BF

Color information

#2634BF (or 0x2634BF) is unknown color: approx Persian Blue. HEX triplet: 26, 34 and BF. RGB value is (38,52,191). Sum of RGB (Red+Green+Blue) = 38+52+191=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 191 (75% from 255 or 67.97% from 281); Max value from RGB is 191 - color contains mainly: blue. Hex color #2634BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634BF is #D9CB40. Grayscale: #3F3F3F. Windows color (decimal): -14273345 or 12530726. OLE color: 12530726.

HSL color Cylindrical-coordinate representation of color #2634BF: hue angle of 234.51º 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 #2634BF is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3852191-
CMYK0.800.7300.25
HSL234.51º66.81%44.9%-
HSV(B)234.51º80.1%74.9%-
XYZ11.436.6349.97-
YUV63.66199.86109.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 191 (75% from 255) = 67.97%
R=13.52%
G=18.51%
B=67.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38521910.800.7300.25234.5166.8144.9
Hex2634BF5049019eb432d
Octal466427712011103135310355
Binary1001101101001011111110100001001001011001111010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2634BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2634BF; }

 p { color: rgb(38,52,191); }

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

<style>
 a { background-color: #2634BF; }

 a { background-color: rgb(38,52,191); }

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

<style>
 span { border-color: #2634BF; }

 span { border-color: rgb(38,52,191); }

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