Html Css Color HEX #30647F Matisse

📋 copy color: '#30647F'

red 48 ◦ green 100 ◦ blue 127

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

Shades of Matisse #30647F

Tints of Matisse #30647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 17.45%
G = 36.36%
B = 46.18%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#30647F (or 0x30647F) is known color: Matisse. HEX triplet: 30, 64 and 7F. RGB value is (48,100,127). Sum of RGB (Red+Green+Blue) = 48+100+127=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #30647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647F is #CF9B80. Grayscale: #575757. Windows color (decimal): -13605761 or 8348720. OLE color: 8348720.

HSL color Cylindrical-coordinate representation of color #30647F: hue angle of 200.51º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30647F is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 100 127 -
CMYK 0.62 0.21 0 0.50
HSL 200.51º 0.45% 0.34% -
HSV(B) 200.51º 0.62% 0.5% -
XYZ 9.61 11.28 21.75 -
YUV 87.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 48 100 127 0.62 0.21 0 0.50 200.51 0.45 0.34
Hex 30 64 7F 3E 15 0 32 C9 2D 22
Octal 60 144 177 76 25 0 62 311 55 42
Binary 110000 1100100 1111111 111110 10101 0 110010 11001001 101101 100010

Color Harmonies of #30647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30647F

Black with #30647F

Text Example


Text Example

White with #30647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30647F; }

 p { color: rgb(48,100,127); }

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

background-color css

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

 a { background-color: rgb(48,100,127); }

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

border-color css

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

 span { border-color: rgb(48,100,127); }

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