Html Css Color HEX #262465 Paris M

📋 copy color: '#262465'

red 38 ◦ green 36 ◦ blue 101

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

Shades of Paris M #262465

Tints of Paris M #262465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

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

R = 21.71%
G = 20.57%
B = 57.71%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#262465 (or 0x262465) is known color: Paris M. HEX triplet: 26, 24 and 65. RGB value is (38,36,101). Sum of RGB (Red+Green+Blue) = 38+36+101=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #262465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262465 is #D9DB9A. Grayscale: #2B2B2B. Windows color (decimal): -14277531 or 6628390. OLE color: 6628390.

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

Color convert

RGB 38 36 101 -
CMYK 0.62 0.64 0 0.60
HSL 241.85º 0.47% 0.27% -
HSV(B) 241.85º 0.64% 0.4% -
XYZ 3.78 2.61 12.62 -
YUV 44.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 38 36 101 0.62 0.64 0 0.60 241.85 0.47 0.27
Hex 26 24 65 3E 40 0 3C F2 2F 1B
Octal 46 44 145 76 100 0 74 362 57 33
Binary 100110 100100 1100101 111110 1000000 0 111100 11110010 101111 11011

Color Harmonies of #262465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262465

Black with #262465

Text Example


Text Example

White with #262465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262465; }

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

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

background-color css

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

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

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

border-color css

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

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

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