Html Css Color HEX #302467 Paris M

📋 copy color: '#302467'

red 48 ◦ green 36 ◦ blue 103

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

Shades of Paris M #302467

Tints of Paris M #302467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

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

R = 25.67%
G = 19.25%
B = 55.08%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302467 (or 0x302467) is known color: Paris M. HEX triplet: 30, 24 and 67. RGB value is (48,36,103). Sum of RGB (Red+Green+Blue) = 48+36+103=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #302467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302467 is #CFDB98. Grayscale: #2E2E2E. Windows color (decimal): -13622169 or 6759472. OLE color: 6759472.

HSL color Cylindrical-coordinate representation of color #302467: hue angle of 250.75º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302467 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 36 103 -
CMYK 0.53 0.65 0 0.60
HSL 250.75º 0.48% 0.27% -
HSV(B) 250.75º 0.65% 0.4% -
XYZ 4.3 2.87 13.16 -
YUV 47.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 48 36 103 0.53 0.65 0 0.60 250.75 0.48 0.27
Hex 30 24 67 35 41 0 3C FB 30 1B
Octal 60 44 147 65 101 0 74 373 60 33
Binary 110000 100100 1100111 110101 1000001 0 111100 11111011 110000 11011

Color Harmonies of #302467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302467

Black with #302467

Text Example


Text Example

White with #302467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302467; }

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

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

background-color css

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

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

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

border-color css

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

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

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