Html Css Color HEX #262063 Paris M

📋 copy color: '#262063'

red 38 ◦ green 32 ◦ blue 99

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

Shades of Paris M #262063

Tints of Paris M #262063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 99 (39.06% from 255) = 58.58%

R = 22.49%
G = 18.93%
B = 58.58%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#262063 (or 0x262063) is known color: Paris M. HEX triplet: 26, 20 and 63. RGB value is (38,32,99). Sum of RGB (Red+Green+Blue) = 38+32+99=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #262063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262063 is #D9DF9C. Grayscale: #292929. Windows color (decimal): -14278557 or 6496294. OLE color: 6496294.

HSL color Cylindrical-coordinate representation of color #262063: hue angle of 245.37º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262063 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 32 99 -
CMYK 0.62 0.68 0 0.61
HSL 245.37º 0.51% 0.26% -
HSV(B) 245.37º 0.68% 0.39% -
XYZ 3.57 2.35 12.07 -
YUV 41.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 38 32 99 0.62 0.68 0 0.61 245.37 0.51 0.26
Hex 26 20 63 3E 44 0 3D F5 33 1A
Octal 46 40 143 76 104 0 75 365 63 32
Binary 100110 100000 1100011 111110 1000100 0 111101 11110101 110011 11010

Color Harmonies of #262063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262063

Black with #262063

Text Example


Text Example

White with #262063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262063; }

 p { color: rgb(38,32,99); }

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

background-color css

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

 a { background-color: rgb(38,32,99); }

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

border-color css

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

 span { border-color: rgb(38,32,99); }

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