Html Css Color HEX #302B67 Paris M

📋 copy color: '#302B67'

red 48 ◦ green 43 ◦ blue 103

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

Shades of Paris M #302B67

Tints of Paris M #302B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 24.74%
G = 22.16%
B = 53.09%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302B67 (or 0x302B67) is known color: Paris M. HEX triplet: 30, 2B and 67. RGB value is (48,43,103). Sum of RGB (Red+Green+Blue) = 48+43+103=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #302B67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B67 is #CFD498. Grayscale: #333333. Windows color (decimal): -13620377 or 6761264. OLE color: 6761264.

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

Color convert

RGB 48 43 103 -
CMYK 0.53 0.58 0 0.60
HSL 245º 0.41% 0.29% -
HSV(B) 245º 0.58% 0.4% -
XYZ 4.53 3.34 13.24 -
YUV 51.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 48 43 103 0.53 0.58 0 0.60 245 0.41 0.29
Hex 30 2B 67 35 3A 0 3C F5 29 1D
Octal 60 53 147 65 72 0 74 365 51 35
Binary 110000 101011 1100111 110101 111010 0 111100 11110101 101001 11101

Color Harmonies of #302B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B67

Black with #302B67

Text Example


Text Example

White with #302B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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