#262BD3

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

Shades of Persian Blue #262BD3

Tints of Persian Blue #262BD3

Color information

#262BD3 (or 0x262BD3) is unknown color: approx Persian Blue. HEX triplet: 26, 2B and D3. RGB value is (38,43,211). Sum of RGB (Red+Green+Blue) = 38+43+211=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 211 (82.81% from 255 or 72.26% from 292); Max value from RGB is 211 - color contains mainly: blue. Hex color #262BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BD3 is #D9D42C. Grayscale: #3B3B3B. Windows color (decimal): -14275629 or 13839142. OLE color: 13839142.

HSL color Cylindrical-coordinate representation of color #262BD3: hue angle of 238.27º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262BD3 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3843211-
CMYK0.820.8000.17
HSL238.27º69.48%48.82%-
HSV(B)238.27º81.99%82.75%-
XYZ13.426.8462.24-
YUV60.66212.84111.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 43 (17.19% from 255) = 14.73%
BLUE value IS 211 (82.81% from 255) = 72.26%
R=13.01%
G=14.73%
B=72.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal38432110.820.8000.17238.2769.4848.82
Hex262BD35250011ee4531
Octal465332312212002135610561
Binary1001101010111101001110100101010000010001111011101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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