Html Css Color HEX #262563 Paris M

📋 copy color: '#262563'

red 38 ◦ green 37 ◦ blue 99

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

Shades of Paris M #262563

Tints of Paris M #262563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 21.84%
G = 21.26%
B = 56.9%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#262563 (or 0x262563) is known color: Paris M. HEX triplet: 26, 25 and 63. RGB value is (38,37,99). Sum of RGB (Red+Green+Blue) = 38+37+99=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #262563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262563 is #D9DA9C. Grayscale: #2C2C2C. Windows color (decimal): -14277277 or 6497574. OLE color: 6497574.

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

Color convert

RGB 38 37 99 -
CMYK 0.62 0.63 0 0.61
HSL 240.97º 0.46% 0.27% -
HSV(B) 240.97º 0.63% 0.39% -
XYZ 3.71 2.64 12.12 -
YUV 44.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 38 37 99 0.62 0.63 0 0.61 240.97 0.46 0.27
Hex 26 25 63 3E 3F 0 3D F1 2E 1B
Octal 46 45 143 76 77 0 75 361 56 33
Binary 100110 100101 1100011 111110 111111 0 111101 11110001 101110 11011

Color Harmonies of #262563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262563

Black with #262563

Text Example


Text Example

White with #262563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262563; }

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

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

background-color css

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

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

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

border-color css

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

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

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