#2638B4

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

Shades of Persian Blue #2638B4

Tints of Persian Blue #2638B4

Color information

#2638B4 (or 0x2638B4) is unknown color: approx Persian Blue. HEX triplet: 26, 38 and B4. RGB value is (38,56,180). Sum of RGB (Red+Green+Blue) = 38+56+180=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #2638B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638B4 is #D9C74B. Grayscale: #404040. Windows color (decimal): -14272332 or 11810854. OLE color: 11810854.

HSL color Cylindrical-coordinate representation of color #2638B4: hue angle of 232.39º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2638B4 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3856180-
CMYK0.790.6900.29
HSL232.39º65.14%42.75%-
HSV(B)232.39º78.89%70.59%-
XYZ10.456.5443.89-
YUV64.75193.04108.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=13.87%
G=20.44%
B=65.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38561800.790.6900.29232.3965.1442.75
Hex2638B44F4501De8412b
Octal467026411710503535010153
Binary1001101110001011010010011111000101011101111010001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2638B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2638B4; }

 p { color: rgb(38,56,180); }

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

<style>
 a { background-color: #2638B4; }

 a { background-color: rgb(38,56,180); }

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

<style>
 span { border-color: #2638B4; }

 span { border-color: rgb(38,56,180); }

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