#262ADB

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

Shades of Persian Blue #262ADB

Tints of Persian Blue #262ADB

Color information

#262ADB (or 0x262ADB) is unknown color: approx Persian Blue. HEX triplet: 26, 2A and DB. RGB value is (38,42,219). Sum of RGB (Red+Green+Blue) = 38+42+219=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #262ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ADB is #D9D524. Grayscale: #3C3C3C. Windows color (decimal): -14275877 or 14363174. OLE color: 14363174.

HSL color Cylindrical-coordinate representation of color #262ADB: hue angle of 238.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262ADB is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3842219-
CMYK0.830.8100.14
HSL238.67º71.54%50.39%-
HSV(B)238.67º82.65%85.88%-
XYZ14.417.1867.64-
YUV60.98217.17111.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 219 (85.94% from 255) = 73.24%
R=12.71%
G=14.05%
B=73.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal38422190.830.8100.14238.6771.5450.39
Hex262ADB53510Eef4832
Octal465233312312101635711062
Binary100110101010110110111010011101000101110111011111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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