Html Css Color HEX #262565 Paris M

📋 copy color: '#262565'

red 38 ◦ green 37 ◦ blue 101

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

Shades of Paris M #262565

Tints of Paris M #262565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 21.59%
G = 21.02%
B = 57.39%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#262565 (or 0x262565) is known color: Paris M. HEX triplet: 26, 25 and 65. RGB value is (38,37,101). Sum of RGB (Red+Green+Blue) = 38+37+101=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #262565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262565 is #D9DA9A. Grayscale: #2C2C2C. Windows color (decimal): -14277275 or 6628646. OLE color: 6628646.

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

Color convert

RGB 38 37 101 -
CMYK 0.62 0.63 0 0.60
HSL 240.94º 0.46% 0.27% -
HSV(B) 240.94º 0.63% 0.4% -
XYZ 3.81 2.67 12.63 -
YUV 44.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 38 37 101 0.62 0.63 0 0.60 240.94 0.46 0.27
Hex 26 25 65 3E 3F 0 3C F1 2E 1B
Octal 46 45 145 76 77 0 74 361 56 33
Binary 100110 100101 1100101 111110 111111 0 111100 11110001 101110 11011

Color Harmonies of #262565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262565

Black with #262565

Text Example


Text Example

White with #262565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262565; }

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

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

background-color css

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

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

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

border-color css

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

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

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