Html Css Color HEX #302669 Paris M

📋 copy color: '#302669'

red 48 ◦ green 38 ◦ blue 105

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

Shades of Paris M #302669

Tints of Paris M #302669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 25.13%
G = 19.9%
B = 54.97%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#302669 (or 0x302669) is known color: Paris M. HEX triplet: 30, 26 and 69. RGB value is (48,38,105). Sum of RGB (Red+Green+Blue) = 48+38+105=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #302669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302669 is #CFD996. Grayscale: #303030. Windows color (decimal): -13621655 or 6891056. OLE color: 6891056.

HSL color Cylindrical-coordinate representation of color #302669: hue angle of 248.96º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302669 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 38 105 -
CMYK 0.54 0.64 0 0.59
HSL 248.96º 0.47% 0.28% -
HSV(B) 248.96º 0.64% 0.41% -
XYZ 4.46 3.03 13.72 -
YUV 48.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 48 38 105 0.54 0.64 0 0.59 248.96 0.47 0.28
Hex 30 26 69 36 40 0 3B F9 2F 1C
Octal 60 46 151 66 100 0 73 371 57 34
Binary 110000 100110 1101001 110110 1000000 0 111011 11111001 101111 11100

Color Harmonies of #302669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302669

Black with #302669

Text Example


Text Example

White with #302669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302669; }

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

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

background-color css

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

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

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

border-color css

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

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

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