Html Css Color HEX #262266 Paris M

📋 copy color: '#262266'

red 38 ◦ green 34 ◦ blue 102

#262266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #262266

Tints of Paris M #262266

RGB

 RED value IS 38 (15.23% from 255) = 21.84%

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 102 (40.23% from 255) = 58.62%

R = 21.84%
G = 19.54%
B = 58.62%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#262266 (or 0x262266) is known color: Paris M. HEX triplet: 26, 22 and 66. RGB value is (38,34,102). Sum of RGB (Red+Green+Blue) = 38+34+102=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 102 (40.23% from 255 or 58.62% from 174); Max value from RGB is 102 - color contains mainly: blue. Hex color #262266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262266 is #D9DD99. Grayscale: #2A2A2A. Windows color (decimal): -14278042 or 6693414. OLE color: 6693414.

HSL color Cylindrical-coordinate representation of color #262266: hue angle of 243.53º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262266 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 34 102 -
CMYK 0.63 0.67 0 0.6
HSL 243.53º 0.5% 0.27% -
HSV(B) 243.53º 0.67% 0.4% -
XYZ 3.77 2.52 12.86 -
YUV 42.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 38 34 102 0.63 0.67 0 0.6 243.53 0.5 0.27
Hex 26 22 66 3F 43 0 3C F4 32 1B
Octal 46 42 146 77 103 0 74 364 62 33
Binary 100110 100010 1100110 111111 1000011 0 111100 11110100 110010 11011

Color Harmonies of #262266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262266

Black with #262266

Text Example


Text Example

White with #262266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262266; }

 p { color: rgb(38,34,102); }

 H1.HeaderClassName
 {
   color: #262266;
 }
 .AnyTagClassName
 {
   color: #262266;
 }
</style>

background-color css

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

 a { background-color: rgb(38,34,102); }

 div.DivClassName
 {
   background-color: #262266;
 }
 .BgClassName
 {
   background-color: #262266;
 }
</style>

border-color css

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

 span { border-color: rgb(38,34,102); }

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