Html Css Color HEX #301F68 Paris M

📋 copy color: '#301F68'

red 48 ◦ green 31 ◦ blue 104

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

Shades of Paris M #301F68

Tints of Paris M #301F68

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.94%

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 26.23%
G = 16.94%
B = 56.83%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#301F68 (or 0x301F68) is known color: Paris M. HEX triplet: 30, 1F and 68. RGB value is (48,31,104). Sum of RGB (Red+Green+Blue) = 48+31+104=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #301F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F68 is #CFE097. Grayscale: #2C2C2C. Windows color (decimal): -13623448 or 6823728. OLE color: 6823728.

HSL color Cylindrical-coordinate representation of color #301F68: hue angle of 253.97º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301F68 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 31 104 -
CMYK 0.54 0.70 0 0.59
HSL 253.97º 0.54% 0.26% -
HSV(B) 253.97º 0.7% 0.41% -
XYZ 4.21 2.61 13.38 -
YUV 44.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 48 31 104 0.54 0.70 0 0.59 253.97 0.54 0.26
Hex 30 1F 68 36 46 0 3B FE 36 1A
Octal 60 37 150 66 106 0 73 376 66 32
Binary 110000 11111 1101000 110110 1000110 0 111011 11111110 110110 11010

Color Harmonies of #301F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F68

Black with #301F68

Text Example


Text Example

White with #301F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F68; }

 p { color: rgb(48,31,104); }

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

background-color css

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

 a { background-color: rgb(48,31,104); }

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

border-color css

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

 span { border-color: rgb(48,31,104); }

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