Html Css Color HEX #302869 Paris M

📋 copy color: '#302869'

red 48 ◦ green 40 ◦ blue 105

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

Shades of Paris M #302869

Tints of Paris M #302869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 24.87%
G = 20.73%
B = 54.4%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#302869 (or 0x302869) is known color: Paris M. HEX triplet: 30, 28 and 69. RGB value is (48,40,105). Sum of RGB (Red+Green+Blue) = 48+40+105=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #302869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302869 is #CFD796. Grayscale: #313131. Windows color (decimal): -13621143 or 6891568. OLE color: 6891568.

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

Color convert

RGB 48 40 105 -
CMYK 0.54 0.62 0 0.59
HSL 247.38º 0.45% 0.28% -
HSV(B) 247.38º 0.62% 0.41% -
XYZ 4.53 3.17 13.74 -
YUV 49.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 48 40 105 0.54 0.62 0 0.59 247.38 0.45 0.28
Hex 30 28 69 36 3E 0 3B F7 2D 1C
Octal 60 50 151 66 76 0 73 367 55 34
Binary 110000 101000 1101001 110110 111110 0 111011 11110111 101101 11100

Color Harmonies of #302869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302869

Black with #302869

Text Example


Text Example

White with #302869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302869; }

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

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

background-color css

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

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

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

border-color css

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

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

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