#262BAD

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

Shades of Persian Blue #262BAD

Tints of Persian Blue #262BAD

Color information

#262BAD (or 0x262BAD) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and AD. RGB value is (38,43,173). Sum of RGB (Red+Green+Blue) = 38+43+173=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #262BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262BAD is #D9D452. Grayscale: #373737. Windows color (decimal): -14275667 or 11348774. OLE color: 11348774.

HSL color Cylindrical-coordinate representation of color #262BAD: hue angle of 237.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262BAD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3843173-
CMYK0.780.7500.32
HSL237.78º63.98%41.37%-
HSV(B)237.78º78.03%67.84%-
XYZ9.215.1640.05-
YUV56.32193.84114.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 43 (17.19% from 255) = 16.93%
BLUE value IS 173 (67.97% from 255) = 68.11%
R=14.96%
G=16.93%
B=68.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38431730.780.7500.32237.7863.9841.37
Hex262BAD4E4B020ee4029
Octal465325511611304035610051
Binary10011010101110101101100111010010110100000111011101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262BAD; }

 p { color: rgb(38,43,173); }

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

<style>
 a { background-color: #262BAD; }

 a { background-color: rgb(38,43,173); }

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

<style>
 span { border-color: #262BAD; }

 span { border-color: rgb(38,43,173); }

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