Html Css Color HEX #302566 Paris M

📋 copy color: '#302566'

red 48 ◦ green 37 ◦ blue 102

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

Shades of Paris M #302566

Tints of Paris M #302566

RGB

 RED value IS 48 (19.14% from 255) = 25.67%

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

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

R = 25.67%
G = 19.79%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#302566 (or 0x302566) is known color: Paris M. HEX triplet: 30, 25 and 66. RGB value is (48,37,102). Sum of RGB (Red+Green+Blue) = 48+37+102=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #302566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302566 is #CFDA99. Grayscale: #2F2F2F. Windows color (decimal): -13621914 or 6694192. OLE color: 6694192.

HSL color Cylindrical-coordinate representation of color #302566: hue angle of 250.15º 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 #302566 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 37 102 -
CMYK 0.53 0.64 0 0.6
HSL 250.15º 0.47% 0.27% -
HSV(B) 250.15º 0.64% 0.4% -
XYZ 4.28 2.91 12.91 -
YUV 47.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 48 37 102 0.53 0.64 0 0.6 250.15 0.47 0.27
Hex 30 25 66 35 40 0 3C FA 2F 1B
Octal 60 45 146 65 100 0 74 372 57 33
Binary 110000 100101 1100110 110101 1000000 0 111100 11111010 101111 11011

Color Harmonies of #302566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302566

Black with #302566

Text Example


Text Example

White with #302566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302566; }

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

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

background-color css

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

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

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

border-color css

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

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

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