#2623BC

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

Shades of Persian Blue #2623BC

Tints of Persian Blue #2623BC

Color information

#2623BC (or 0x2623BC) is unknown color: approx Persian Blue. HEX triplet: 26, 23 and BC. RGB value is (38,35,188). Sum of RGB (Red+Green+Blue) = 38+35+188=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #2623BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2623BC is #D9DC43. Grayscale: #343434. Windows color (decimal): -14277700 or 12329766. OLE color: 12329766.

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

Color convert

RGB3835188-
CMYK0.800.8100.26
HSL241.18º68.61%43.73%-
HSV(B)241.18º81.38%73.73%-
XYZ10.485.2448.04-
YUV53.34203.99117.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 188 (73.83% from 255) = 72.03%
R=14.56%
G=13.41%
B=72.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal38351880.800.8100.26241.1868.6143.73
Hex2623BC505101Af1452c
Octal464327412012103236110554
Binary1001101000111011110010100001010001011010111100011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2623BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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