Html Css Color HEX #252266 Paris M

📋 copy color: '#252266'

red 37 ◦ green 34 ◦ blue 102

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

Shades of Paris M #252266

Tints of Paris M #252266

RGB

 RED value IS 37 (14.84% from 255) = 21.39%

 GREEN value IS 34 (13.67% from 255) = 19.65%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 21.39%
G = 19.65%
B = 58.96%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#252266 (or 0x252266) is known color: Paris M. HEX triplet: 25, 22 and 66. RGB value is (37,34,102). Sum of RGB (Red+Green+Blue) = 37+34+102=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #252266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252266 is #DADD99. Grayscale: #2A2A2A. Windows color (decimal): -14343578 or 6693413. OLE color: 6693413.

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

Color convert

RGB 37 34 102 -
CMYK 0.64 0.67 0 0.6
HSL 242.65º 0.5% 0.27% -
HSV(B) 242.65º 0.67% 0.4% -
XYZ 3.73 2.5 12.86 -
YUV 42.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 37 34 102 0.64 0.67 0 0.6 242.65 0.5 0.27
Hex 25 22 66 40 43 0 3C F3 32 1B
Octal 45 42 146 100 103 0 74 363 62 33
Binary 100101 100010 1100110 1000000 1000011 0 111100 11110011 110010 11011

Color Harmonies of #252266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252266

Black with #252266

Text Example


Text Example

White with #252266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252266; }

 p { color: rgb(37,34,102); }

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

background-color css

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

 a { background-color: rgb(37,34,102); }

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

border-color css

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

 span { border-color: rgb(37,34,102); }

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