#2635BF

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

Shades of Persian Blue #2635BF

Tints of Persian Blue #2635BF

Color information

#2635BF (or 0x2635BF) is unknown color: approx Persian Blue. HEX triplet: 26, 35 and BF. RGB value is (38,53,191). Sum of RGB (Red+Green+Blue) = 38+53+191=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #2635BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635BF is #D9CA40. Grayscale: #3F3F3F. Windows color (decimal): -14273089 or 12530982. OLE color: 12530982.

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

Color convert

RGB3853191-
CMYK0.800.7200.25
HSL234.12º66.81%44.9%-
HSV(B)234.12º80.1%74.9%-
XYZ11.486.7249.98-
YUV64.25199.53109.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 191 (75% from 255) = 67.73%
R=13.48%
G=18.79%
B=67.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal38531910.800.7200.25234.1266.8144.9
Hex2635BF5048019ea432d
Octal466527712011003135210355
Binary1001101101011011111110100001001000011001111010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2635BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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