#2625CC

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

Shades of Persian Blue #2625CC

Tints of Persian Blue #2625CC

Color information

#2625CC (or 0x2625CC) is unknown color: approx Persian Blue. HEX triplet: 26, 25 and CC. RGB value is (38,37,204). Sum of RGB (Red+Green+Blue) = 38+37+204=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2625CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2625CC is #D9DA33. Grayscale: #373737. Windows color (decimal): -14277172 or 13378854. OLE color: 13378854.

HSL color Cylindrical-coordinate representation of color #2625CC: hue angle of 240.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2625CC is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3837204-
CMYK0.810.8200.2
HSL240.36º69.29%47.25%-
HSV(B)240.36º81.86%80%-
XYZ12.366.0957.65-
YUV56.34211.33114.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 37 (14.84% from 255) = 13.26%
BLUE value IS 204 (80.08% from 255) = 73.12%
R=13.62%
G=13.26%
B=73.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38372040.810.8200.2240.3669.2947.25
Hex2625CC5152014f0452f
Octal464531412112202436010557
Binary1001101001011100110010100011010010010100111100001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2625CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2625CC; }

 p { color: rgb(38,37,204); }

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

<style>
 a { background-color: #2625CC; }

 a { background-color: rgb(38,37,204); }

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

<style>
 span { border-color: #2625CC; }

 span { border-color: rgb(38,37,204); }

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