#262AB4

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

Shades of Persian Blue #262AB4

Tints of Persian Blue #262AB4

Color information

#262AB4 (or 0x262AB4) is unknown color: approx Persian Blue. HEX triplet: 26, 2A and B4. RGB value is (38,42,180). Sum of RGB (Red+Green+Blue) = 38+42+180=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #262AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262AB4 is #D9D54B. Grayscale: #373737. Windows color (decimal): -14275916 or 11807270. OLE color: 11807270.

HSL color Cylindrical-coordinate representation of color #262AB4: hue angle of 238.31º 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 #262AB4 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3842180-
CMYK0.790.7700.29
HSL238.31º65.14%42.75%-
HSV(B)238.31º78.89%70.59%-
XYZ9.875.3643.7-
YUV56.54197.67114.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 180 (70.70% from 255) = 69.23%
R=14.62%
G=16.15%
B=69.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38421800.790.7700.29238.3165.1442.75
Hex262AB44F4D01Dee412b
Octal465226411711503535610153
Binary1001101010101011010010011111001101011101111011101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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