#2628CB

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

Shades of Persian Blue #2628CB

Tints of Persian Blue #2628CB

Color information

#2628CB (or 0x2628CB) is unknown color: approx Persian Blue. HEX triplet: 26, 28 and CB. RGB value is (38,40,203). Sum of RGB (Red+Green+Blue) = 38+40+203=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #2628CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2628CB is #D9D734. Grayscale: #393939. Windows color (decimal): -14276405 or 13314086. OLE color: 13314086.

HSL color Cylindrical-coordinate representation of color #2628CB: hue angle of 239.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2628CB is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3840203-
CMYK0.810.8000.20
HSL239.27º68.46%47.25%-
HSV(B)239.27º81.28%79.61%-
XYZ12.346.2457.05-
YUV57.98209.84113.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 203 (79.69% from 255) = 72.24%
R=13.52%
G=14.23%
B=72.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38402030.810.8000.20239.2768.4647.25
Hex2628CB5150014ef442f
Octal465031312112002435710457
Binary1001101010001100101110100011010000010100111011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2628CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2628CB; }

 p { color: rgb(38,40,203); }

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

<style>
 a { background-color: #2628CB; }

 a { background-color: rgb(38,40,203); }

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

<style>
 span { border-color: #2628CB; }

 span { border-color: rgb(38,40,203); }

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