Html Css Color HEX #302665 Paris M

📋 copy color: '#302665'

red 48 ◦ green 38 ◦ blue 101

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

Shades of Paris M #302665

Tints of Paris M #302665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

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

R = 25.67%
G = 20.32%
B = 54.01%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302665 (or 0x302665) is known color: Paris M. HEX triplet: 30, 26 and 65. RGB value is (48,38,101). Sum of RGB (Red+Green+Blue) = 48+38+101=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #302665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302665 is #CFD99A. Grayscale: #2F2F2F. Windows color (decimal): -13621659 or 6628912. OLE color: 6628912.

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

Color convert

RGB 48 38 101 -
CMYK 0.52 0.62 0 0.60
HSL 249.52º 0.45% 0.27% -
HSV(B) 249.52º 0.62% 0.4% -
XYZ 4.26 2.95 12.66 -
YUV 48.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 48 38 101 0.52 0.62 0 0.60 249.52 0.45 0.27
Hex 30 26 65 34 3E 0 3C FA 2D 1B
Octal 60 46 145 64 76 0 74 372 55 33
Binary 110000 100110 1100101 110100 111110 0 111100 11111010 101101 11011

Color Harmonies of #302665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302665

Black with #302665

Text Example


Text Example

White with #302665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302665; }

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

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

background-color css

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

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

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

border-color css

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

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

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