#2629BC

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

Shades of Persian Blue #2629BC

Tints of Persian Blue #2629BC

Color information

#2629BC (or 0x2629BC) is unknown color: approx Persian Blue. HEX triplet: 26, 29 and BC. RGB value is (38,41,188). Sum of RGB (Red+Green+Blue) = 38+41+188=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #2629BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2629BC is #D9D643. Grayscale: #383838. Windows color (decimal): -14276164 or 12331302. OLE color: 12331302.

HSL color Cylindrical-coordinate representation of color #2629BC: hue angle of 238.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2629BC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3841188-
CMYK0.800.7800.26
HSL238.8º66.37%44.31%-
HSV(B)238.8º79.79%73.73%-
XYZ10.675.6348.1-
YUV56.86202.01114.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 188 (73.83% from 255) = 70.41%
R=14.23%
G=15.36%
B=70.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38411880.800.7800.26238.866.3744.31
Hex2629BC504E01Aef422c
Octal465127412011603235710254
Binary1001101010011011110010100001001110011010111011111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2629BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2629BC; }

 p { color: rgb(38,41,188); }

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

<style>
 a { background-color: #2629BC; }

 a { background-color: rgb(38,41,188); }

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

<style>
 span { border-color: #2629BC; }

 span { border-color: rgb(38,41,188); }

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