Html Css Color HEX #282365 Paris M

📋 copy color: '#282365'

red 40 ◦ green 35 ◦ blue 101

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

Shades of Paris M #282365

Tints of Paris M #282365

RGB

 RED value IS 40 (16.02% from 255) = 22.73%

 GREEN value IS 35 (14.06% from 255) = 19.89%

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

R = 22.73%
G = 19.89%
B = 57.39%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#282365 (or 0x282365) is known color: Paris M. HEX triplet: 28, 23 and 65. RGB value is (40,35,101). Sum of RGB (Red+Green+Blue) = 40+35+101=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 35 (14.06% from 255 or 19.89% 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 #282365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282365 is #D7DC9A. Grayscale: #2B2B2B. Windows color (decimal): -14146715 or 6628136. OLE color: 6628136.

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

Color convert

RGB 40 35 101 -
CMYK 0.60 0.65 0 0.60
HSL 244.55º 0.49% 0.27% -
HSV(B) 244.55º 0.65% 0.4% -
XYZ 3.83 2.59 12.61 -
YUV 44.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 40 35 101 0.60 0.65 0 0.60 244.55 0.49 0.27
Hex 28 23 65 3C 41 0 3C F5 31 1B
Octal 50 43 145 74 101 0 74 365 61 33
Binary 101000 100011 1100101 111100 1000001 0 111100 11110101 110001 11011

Color Harmonies of #282365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282365

Black with #282365

Text Example


Text Example

White with #282365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282365; }

 p { color: rgb(40,35,101); }

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

background-color css

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

 a { background-color: rgb(40,35,101); }

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

border-color css

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

 span { border-color: rgb(40,35,101); }

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