Html Css Color HEX #302B66 Paris M

📋 copy color: '#302B66'

red 48 ◦ green 43 ◦ blue 102

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

Shades of Paris M #302B66

Tints of Paris M #302B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

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

R = 24.87%
G = 22.28%
B = 52.85%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#302B66 (or 0x302B66) is known color: Paris M. HEX triplet: 30, 2B and 66. RGB value is (48,43,102). Sum of RGB (Red+Green+Blue) = 48+43+102=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #302B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B66 is #CFD499. Grayscale: #323232. Windows color (decimal): -13620378 or 6695728. OLE color: 6695728.

HSL color Cylindrical-coordinate representation of color #302B66: hue angle of 245.08º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302B66 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 43 102 -
CMYK 0.53 0.58 0 0.6
HSL 245.08º 0.41% 0.28% -
HSV(B) 245.08º 0.58% 0.4% -
XYZ 4.48 3.32 12.97 -
YUV 51.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 48 43 102 0.53 0.58 0 0.6 245.08 0.41 0.28
Hex 30 2B 66 35 3A 0 3C F5 29 1C
Octal 60 53 146 65 72 0 74 365 51 34
Binary 110000 101011 1100110 110101 111010 0 111100 11110101 101001 11100

Color Harmonies of #302B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B66

Black with #302B66

Text Example


Text Example

White with #302B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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